Uses of Class
com.microsoft.azure.management.appservice.AzureResourceType
-
-
Uses of AzureResourceType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AzureResourceType Modifier and Type Method Description AzureResourceTypeHostName. azureResourceType()Get type of the Azure resource the hostname is assigned to.AzureResourceTypeHostNameBinding. azureResourceType()static AzureResourceTypeAzureResourceType. fromString(String value)Parses a serialized value to a AzureResourceType instance.static AzureResourceTypeAzureResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureResourceType[]AzureResourceType. 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 AzureResourceType Modifier and Type Method Description HostNameHostName. withAzureResourceType(AzureResourceType azureResourceType)Set type of the Azure resource the hostname is assigned to.
-