Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiManagementServiceUpdateParameters
Packages that use ApiManagementServiceUpdateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementServiceUpdateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ApiManagementServiceUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiManagementServiceResourceInner>, ApiManagementServiceResourceInner> ApiManagementServicesClient.beginUpdate(String resourceGroupName, String serviceName, ApiManagementServiceUpdateParameters parameters) Updates an existing API Management service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiManagementServiceResourceInner>, ApiManagementServiceResourceInner> ApiManagementServicesClient.beginUpdate(String resourceGroupName, String serviceName, ApiManagementServiceUpdateParameters parameters, com.azure.core.util.Context context) Updates an existing API Management service.ApiManagementServicesClient.update(String resourceGroupName, String serviceName, ApiManagementServiceUpdateParameters parameters) Updates an existing API Management service.ApiManagementServicesClient.update(String resourceGroupName, String serviceName, ApiManagementServiceUpdateParameters parameters, com.azure.core.util.Context context) Updates an existing API Management service. -
Uses of ApiManagementServiceUpdateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementServiceUpdateParametersModifier and TypeMethodDescriptionApiManagementServiceUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiManagementServiceUpdateParameters from the JsonReader.ApiManagementServiceUpdateParameters.withAdditionalLocations(List<AdditionalLocation> additionalLocations) Set the additionalLocations property: Additional datacenter locations of the API Management service.ApiManagementServiceUpdateParameters.withApiVersionConstraint(ApiVersionConstraint apiVersionConstraint) Set the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service.ApiManagementServiceUpdateParameters.withCertificates(List<CertificateConfiguration> certificates) Set the certificates property: List of Certificates that need to be installed in the API Management service.ApiManagementServiceUpdateParameters.withConfigurationApi(ConfigurationApi configurationApi) Set the configurationApi property: Configuration API configuration of the API Management service.ApiManagementServiceUpdateParameters.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.ApiManagementServiceUpdateParameters.withDeveloperPortalStatus(DeveloperPortalStatus developerPortalStatus) Set the developerPortalStatus property: Status of developer portal in this API Management service.ApiManagementServiceUpdateParameters.withDisableGateway(Boolean disableGateway) Set the disableGateway property: Property only valid for an Api Management service deployed in multiple locations.ApiManagementServiceUpdateParameters.withEnableClientCertificate(Boolean enableClientCertificate) Set the enableClientCertificate property: Property only meant to be used for Consumption SKU Service.ApiManagementServiceUpdateParameters.withHostnameConfigurations(List<HostnameConfiguration> hostnameConfigurations) Set the hostnameConfigurations property: Custom hostname configuration of the API Management service.ApiManagementServiceUpdateParameters.withIdentity(ApiManagementServiceIdentity identity) Set the identity property: Managed service identity of the Api Management service.ApiManagementServiceUpdateParameters.withLegacyPortalStatus(LegacyPortalStatus legacyPortalStatus) Set the legacyPortalStatus property: Status of legacy portal in the API Management service.ApiManagementServiceUpdateParameters.withNatGatewayState(NatGatewayState natGatewayState) Set the natGatewayState property: Property can be used to enable NAT Gateway for this API Management service.ApiManagementServiceUpdateParameters.withNotificationSenderEmail(String notificationSenderEmail) Set the notificationSenderEmail property: Email address from which the notification will be sent.ApiManagementServiceUpdateParameters.withPrivateEndpointConnections(List<RemotePrivateEndpointConnectionWrapper> privateEndpointConnections) Set the privateEndpointConnections property: List of Private Endpoint Connections of this service.ApiManagementServiceUpdateParameters.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.ApiManagementServiceUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.ApiManagementServiceUpdateParameters.withPublisherEmail(String publisherEmail) Set the publisherEmail property: Publisher email.ApiManagementServiceUpdateParameters.withPublisherName(String publisherName) Set the publisherName property: Publisher name.ApiManagementServiceUpdateParameters.withRestore(Boolean restore) Set the restore property: Undelete Api Management Service if it was previously soft-deleted.ApiManagementServiceUpdateParameters.withSku(ApiManagementServiceSkuProperties sku) Set the sku property: SKU properties of the API Management service.Set the tags property: Resource tags.ApiManagementServiceUpdateParameters.withVirtualNetworkConfiguration(VirtualNetworkConfiguration virtualNetworkConfiguration) Set the virtualNetworkConfiguration property: Virtual network configuration of the API Management service.ApiManagementServiceUpdateParameters.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management service needs to be configured in.Set the zones property: A list of availability zones denoting where the resource needs to come from.