Uses of Interface
com.azure.resourcemanager.apimanagement.models.GatewayHostnameConfigurationContract.DefinitionStages.WithCreate
Packages that use GatewayHostnameConfigurationContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GatewayHostnameConfigurationContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of GatewayHostnameConfigurationContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the GatewayHostnameConfigurationContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return GatewayHostnameConfigurationContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionGatewayHostnameConfigurationContract.DefinitionStages.WithCertificateId.withCertificateId(String certificateId) Specifies the certificateId property: Identifier of Certificate entity that will be used for TLS connection establishment.GatewayHostnameConfigurationContract.DefinitionStages.WithParentResource.withExistingGateway(String resourceGroupName, String serviceName, String gatewayId) Specifies resourceGroupName, serviceName, gatewayId.GatewayHostnameConfigurationContract.DefinitionStages.WithHostname.withHostname(String hostname) Specifies the hostname property: Hostname value.GatewayHostnameConfigurationContract.DefinitionStages.WithHttp2Enabled.withHttp2Enabled(Boolean http2Enabled) Specifies the http2Enabled property: Specifies if HTTP/2.0 is supported.GatewayHostnameConfigurationContract.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.GatewayHostnameConfigurationContract.DefinitionStages.WithNegotiateClientCertificate.withNegotiateClientCertificate(Boolean negotiateClientCertificate) Specifies the negotiateClientCertificate property: Determines whether gateway requests client certificate.GatewayHostnameConfigurationContract.DefinitionStages.WithTls10Enabled.withTls10Enabled(Boolean tls10Enabled) Specifies the tls10Enabled property: Specifies if TLS 1.0 is supported.GatewayHostnameConfigurationContract.DefinitionStages.WithTls11Enabled.withTls11Enabled(Boolean tls11Enabled) Specifies the tls11Enabled property: Specifies if TLS 1.1 is supported.