Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementServiceUpdateProperties
Packages that use ApiManagementServiceUpdateProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of ApiManagementServiceUpdateProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiManagementServiceUpdatePropertiesModifier and TypeMethodDescriptionApiManagementServiceUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiManagementServiceUpdateProperties from the JsonReader.ApiManagementServiceUpdateProperties.withAdditionalLocations(List<AdditionalLocation> additionalLocations) Set the additionalLocations property: Additional datacenter locations of the API Management service.ApiManagementServiceUpdateProperties.withApiVersionConstraint(ApiVersionConstraint apiVersionConstraint) Set the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service.ApiManagementServiceUpdateProperties.withCertificates(List<CertificateConfiguration> certificates) Set the certificates property: List of Certificates that need to be installed in the API Management service.ApiManagementServiceUpdateProperties.withConfigurationApi(ConfigurationApi configurationApi) Set the configurationApi property: Configuration API configuration of the API Management service.ApiManagementServiceUpdateProperties.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.ApiManagementServiceUpdateProperties.withDeveloperPortalStatus(DeveloperPortalStatus developerPortalStatus) Set the developerPortalStatus property: Status of developer portal in this API Management service.ApiManagementServiceUpdateProperties.withDisableGateway(Boolean disableGateway) Set the disableGateway property: Property only valid for an Api Management service deployed in multiple locations.ApiManagementServiceUpdateProperties.withEnableClientCertificate(Boolean enableClientCertificate) Set the enableClientCertificate property: Property only meant to be used for Consumption SKU Service.ApiManagementServiceUpdateProperties.withHostnameConfigurations(List<HostnameConfiguration> hostnameConfigurations) Set the hostnameConfigurations property: Custom hostname configuration of the API Management service.ApiManagementServiceUpdateProperties.withLegacyPortalStatus(LegacyPortalStatus legacyPortalStatus) Set the legacyPortalStatus property: Status of legacy portal in the API Management service.ApiManagementServiceUpdateProperties.withNatGatewayState(NatGatewayState natGatewayState) Set the natGatewayState property: Property can be used to enable NAT Gateway for this API Management service.ApiManagementServiceUpdateProperties.withNotificationSenderEmail(String notificationSenderEmail) Set the notificationSenderEmail property: Email address from which the notification will be sent.ApiManagementServiceUpdateProperties.withPrivateEndpointConnections(List<RemotePrivateEndpointConnectionWrapper> privateEndpointConnections) Set the privateEndpointConnections property: List of Private Endpoint Connections of this service.ApiManagementServiceUpdateProperties.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.ApiManagementServiceUpdateProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.ApiManagementServiceUpdateProperties.withPublisherEmail(String publisherEmail) Set the publisherEmail property: Publisher email.ApiManagementServiceUpdateProperties.withPublisherName(String publisherName) Set the publisherName property: Publisher name.ApiManagementServiceUpdateProperties.withRestore(Boolean restore) Set the restore property: Undelete Api Management Service if it was previously soft-deleted.ApiManagementServiceUpdateProperties.withVirtualNetworkConfiguration(VirtualNetworkConfiguration virtualNetworkConfiguration) Set the virtualNetworkConfiguration property: Virtual network configuration of the API Management service.ApiManagementServiceUpdateProperties.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in.