Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiManagementServiceBaseProperties
Packages that use ApiManagementServiceBaseProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementServiceBaseProperties in com.azure.resourcemanager.apimanagement.fluent.models
Subclasses of ApiManagementServiceBaseProperties in com.azure.resourcemanager.apimanagement.fluent.modelsModifier and TypeClassDescriptionfinal classProperties of an API Management service resource description.final classProperties of an API Management service resource description. -
Uses of ApiManagementServiceBaseProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementServiceBasePropertiesModifier and TypeMethodDescriptionApiManagementServiceBaseProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiManagementServiceBaseProperties from the JsonReader.ApiManagementServiceBaseProperties.withAdditionalLocations(List<AdditionalLocation> additionalLocations) Set the additionalLocations property: Additional datacenter locations of the API Management service.ApiManagementServiceBaseProperties.withApiVersionConstraint(ApiVersionConstraint apiVersionConstraint) Set the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service.ApiManagementServiceBaseProperties.withCertificates(List<CertificateConfiguration> certificates) Set the certificates property: List of Certificates that need to be installed in the API Management service.ApiManagementServiceBaseProperties.withConfigurationApi(ConfigurationApi configurationApi) Set the configurationApi property: Configuration API configuration of the API Management service.ApiManagementServiceBaseProperties.withCustomProperties(Map<String, String> customProperties) Set the customProperties property: Custom properties of the API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable just TLS 1.1.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable TLS 1.0 on an API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to disable just TLS 1.1 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to disable TLS 1.0 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable HTTP2 protocol on an API Management service.</br>Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults.ApiManagementServiceBaseProperties.withDeveloperPortalStatus(DeveloperPortalStatus developerPortalStatus) Set the developerPortalStatus property: Status of developer portal in this API Management service.ApiManagementServiceBaseProperties.withDisableGateway(Boolean disableGateway) Set the disableGateway property: Property only valid for an Api Management service deployed in multiple locations.ApiManagementServiceBaseProperties.withEnableClientCertificate(Boolean enableClientCertificate) Set the enableClientCertificate property: Property only meant to be used for Consumption SKU Service.ApiManagementServiceBaseProperties.withHostnameConfigurations(List<HostnameConfiguration> hostnameConfigurations) Set the hostnameConfigurations property: Custom hostname configuration of the API Management service.ApiManagementServiceBaseProperties.withLegacyPortalStatus(LegacyPortalStatus legacyPortalStatus) Set the legacyPortalStatus property: Status of legacy portal in the API Management service.ApiManagementServiceBaseProperties.withNatGatewayState(NatGatewayState natGatewayState) Set the natGatewayState property: Property can be used to enable NAT Gateway for this API Management service.ApiManagementServiceBaseProperties.withNotificationSenderEmail(String notificationSenderEmail) Set the notificationSenderEmail property: Email address from which the notification will be sent.ApiManagementServiceBaseProperties.withPrivateEndpointConnections(List<RemotePrivateEndpointConnectionWrapper> privateEndpointConnections) Set the privateEndpointConnections property: List of Private Endpoint Connections of this service.ApiManagementServiceBaseProperties.withPublicIpAddressId(String publicIpAddressId) Set the publicIpAddressId property: Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region.ApiManagementServiceBaseProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.ApiManagementServiceBaseProperties.withRestore(Boolean restore) Set the restore property: Undelete Api Management Service if it was previously soft-deleted.ApiManagementServiceBaseProperties.withVirtualNetworkConfiguration(VirtualNetworkConfiguration virtualNetworkConfiguration) Set the virtualNetworkConfiguration property: Virtual network configuration of the API Management service.ApiManagementServiceBaseProperties.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in.