Uses of Class
com.microsoft.azure.management.appservice.CustomHostNameDnsRecordType
-
-
Uses of CustomHostNameDnsRecordType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return CustomHostNameDnsRecordType Modifier and Type Method Description CustomHostNameDnsRecordTypeHostName. customHostNameDnsRecordType()Get 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.microsoft.azure.management.appservice with parameters of type CustomHostNameDnsRecordType Modifier and Type Method Description HostNameHostName. withCustomHostNameDnsRecordType(CustomHostNameDnsRecordType customHostNameDnsRecordType)Set 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.
-