Uses of Enum
com.azure.resourcemanager.appservice.models.CustomHostnameDnsRecordType
Packages that use CustomHostnameDnsRecordType
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of CustomHostnameDnsRecordType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CustomHostnameDnsRecordTypeModifier and TypeMethodDescriptionHostnameBindingInner.customHostnameDnsRecordType()Get the customHostnameDnsRecordType property: Custom DNS record type.HostnameBindingProperties.customHostnameDnsRecordType()Get the customHostnameDnsRecordType property: Custom DNS record type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type CustomHostnameDnsRecordTypeModifier and TypeMethodDescriptionHostnameBindingInner.withCustomHostnameDnsRecordType(CustomHostnameDnsRecordType customHostnameDnsRecordType) Set the customHostnameDnsRecordType property: Custom DNS record type.HostnameBindingProperties.withCustomHostnameDnsRecordType(CustomHostnameDnsRecordType customHostnameDnsRecordType) Set the customHostnameDnsRecordType property: Custom DNS record type. -
Uses of CustomHostnameDnsRecordType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CustomHostnameDnsRecordTypeModifier and TypeMethodDescriptionHostname.customHostnameDnsRecordType()Get the customHostnameDnsRecordType property: Type of the DNS record.HostnameBinding.dnsRecordType()Gets custom DNS record type.static CustomHostnameDnsRecordTypeCustomHostnameDnsRecordType.fromString(String value) Parses a serialized value to a CustomHostnameDnsRecordType instance.static CustomHostnameDnsRecordTypeReturns the enum constant of this type with the specified name.static CustomHostnameDnsRecordType[]CustomHostnameDnsRecordType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.appservice.models with parameters of type CustomHostnameDnsRecordTypeModifier and TypeMethodDescriptionHostname.withCustomHostnameDnsRecordType(CustomHostnameDnsRecordType customHostnameDnsRecordType) Set the customHostnameDnsRecordType property: Type of the DNS record.HostnameBinding.DefinitionStages.WithHostNameDnsRecordType.withDnsRecordType(CustomHostnameDnsRecordType hostnameDnsRecordType) Specifies the DNS record type.HostnameBinding.UpdateDefinitionStages.WithHostNameDnsRecordType.withDnsRecordType(CustomHostnameDnsRecordType hostnameDnsRecordType) Specifies the DNS record type.