Uses of Class
com.azure.resourcemanager.appservice.fluent.models.HostnameBindingProperties
Packages that use HostnameBindingProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of HostnameBindingProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return HostnameBindingPropertiesModifier and TypeMethodDescriptionstatic HostnameBindingProperties
HostnameBindingProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of HostnameBindingProperties from the JsonReader.HostnameBindingProperties.withAzureResourceName
(String azureResourceName) Set the azureResourceName property: Azure resource name.HostnameBindingProperties.withAzureResourceType
(AzureResourceType azureResourceType) Set the azureResourceType property: Azure resource type.HostnameBindingProperties.withCustomHostnameDnsRecordType
(CustomHostnameDnsRecordType customHostnameDnsRecordType) Set the customHostnameDnsRecordType property: Custom DNS record type.HostnameBindingProperties.withDomainId
(String domainId) Set the domainId property: Fully qualified ARM domain resource URI.HostnameBindingProperties.withHostnameType
(HostnameType hostnameType) Set the hostnameType property: Hostname type.HostnameBindingProperties.withSiteName
(String siteName) Set the siteName property: App Service app name.HostnameBindingProperties.withSslState
(SslState sslState) Set the sslState property: SSL type.HostnameBindingProperties.withThumbprint
(String thumbprint) Set the thumbprint property: SSL certificate thumbprint.