Uses of Class
com.azure.resourcemanager.appservice.models.CustomHostnameDnsRecordType
-
Packages that use CustomHostnameDnsRecordType Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 CustomHostnameDnsRecordType Modifier and Type Method Description CustomHostnameDnsRecordTypeHostnameBindingInner. customHostnameDnsRecordType()Get the customHostnameDnsRecordType property: Custom DNS record type.CustomHostnameDnsRecordTypeHostnameBindingProperties. customHostnameDnsRecordType()Get the customHostnameDnsRecordType property: Custom DNS record type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type CustomHostnameDnsRecordType Modifier and Type Method Description HostnameBindingInnerHostnameBindingInner. withCustomHostnameDnsRecordType(CustomHostnameDnsRecordType customHostnameDnsRecordType)Set the customHostnameDnsRecordType property: Custom DNS record type.HostnameBindingPropertiesHostnameBindingProperties. 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 CustomHostnameDnsRecordType Modifier and Type Method Description CustomHostnameDnsRecordTypeHostname. customHostnameDnsRecordType()Get the customHostnameDnsRecordType property: Type of the DNS record.CustomHostnameDnsRecordTypeHostnameBinding. dnsRecordType()static CustomHostnameDnsRecordTypeCustomHostnameDnsRecordType. fromString(String value)Parses a serialized value to a CustomHostnameDnsRecordType instance.static CustomHostnameDnsRecordTypeCustomHostnameDnsRecordType. valueOf(String name)Returns 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 CustomHostnameDnsRecordType Modifier and Type Method Description HostnameHostname. withCustomHostnameDnsRecordType(CustomHostnameDnsRecordType customHostnameDnsRecordType)Set the customHostnameDnsRecordType property: Type of the DNS record.HostnameBinding.DefinitionStages.WithAttach<ParentT>HostnameBinding.DefinitionStages.WithHostNameDnsRecordType. withDnsRecordType(CustomHostnameDnsRecordType hostnameDnsRecordType)Specifies the DNS record type.HostnameBinding.UpdateDefinitionStages.WithAttach<ParentT>HostnameBinding.UpdateDefinitionStages.WithHostNameDnsRecordType. withDnsRecordType(CustomHostnameDnsRecordType hostnameDnsRecordType)Specifies the DNS record type.
-