Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.GatewayHostnameConfigurationContractProperties
Packages that use GatewayHostnameConfigurationContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of GatewayHostnameConfigurationContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return GatewayHostnameConfigurationContractPropertiesModifier and TypeMethodDescriptionGatewayHostnameConfigurationContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GatewayHostnameConfigurationContractProperties from the JsonReader.GatewayHostnameConfigurationContractProperties.withCertificateId(String certificateId) Set the certificateId property: Identifier of Certificate entity that will be used for TLS connection establishment.GatewayHostnameConfigurationContractProperties.withHostname(String hostname) Set the hostname property: Hostname value.GatewayHostnameConfigurationContractProperties.withHttp2Enabled(Boolean http2Enabled) Set the http2Enabled property: Specifies if HTTP/2.0 is supported.GatewayHostnameConfigurationContractProperties.withNegotiateClientCertificate(Boolean negotiateClientCertificate) Set the negotiateClientCertificate property: Determines whether gateway requests client certificate.GatewayHostnameConfigurationContractProperties.withTls10Enabled(Boolean tls10Enabled) Set the tls10Enabled property: Specifies if TLS 1.0 is supported.GatewayHostnameConfigurationContractProperties.withTls11Enabled(Boolean tls11Enabled) Set the tls11Enabled property: Specifies if TLS 1.1 is supported.