Uses of Interface
com.azure.resourcemanager.apimanagement.models.GatewayHostnameConfigurationContract.Update
Packages that use GatewayHostnameConfigurationContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GatewayHostnameConfigurationContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GatewayHostnameConfigurationContract.UpdateModifier and TypeMethodDescriptionGatewayHostnameConfigurationContract.update()Begins update for the GatewayHostnameConfigurationContract resource.GatewayHostnameConfigurationContract.UpdateStages.WithCertificateId.withCertificateId(String certificateId) Specifies the certificateId property: Identifier of Certificate entity that will be used for TLS connection establishment.GatewayHostnameConfigurationContract.UpdateStages.WithHostname.withHostname(String hostname) Specifies the hostname property: Hostname value.GatewayHostnameConfigurationContract.UpdateStages.WithHttp2Enabled.withHttp2Enabled(Boolean http2Enabled) Specifies the http2Enabled property: Specifies if HTTP/2.0 is supported.GatewayHostnameConfigurationContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.GatewayHostnameConfigurationContract.UpdateStages.WithNegotiateClientCertificate.withNegotiateClientCertificate(Boolean negotiateClientCertificate) Specifies the negotiateClientCertificate property: Determines whether gateway requests client certificate.GatewayHostnameConfigurationContract.UpdateStages.WithTls10Enabled.withTls10Enabled(Boolean tls10Enabled) Specifies the tls10Enabled property: Specifies if TLS 1.0 is supported.GatewayHostnameConfigurationContract.UpdateStages.WithTls11Enabled.withTls11Enabled(Boolean tls11Enabled) Specifies the tls11Enabled property: Specifies if TLS 1.1 is supported.