Uses of Class
com.azure.resourcemanager.appservice.models.AzureResourceType
-
Packages that use AzureResourceType 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 AzureResourceType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AzureResourceType Modifier and Type Method Description AzureResourceTypeHostnameBindingInner. azureResourceType()Get the azureResourceType property: Azure resource type.AzureResourceTypeHostnameBindingProperties. azureResourceType()Get the azureResourceType property: Azure resource type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type AzureResourceType Modifier and Type Method Description HostnameBindingInnerHostnameBindingInner. withAzureResourceType(AzureResourceType azureResourceType)Set the azureResourceType property: Azure resource type.HostnameBindingPropertiesHostnameBindingProperties. withAzureResourceType(AzureResourceType azureResourceType)Set the azureResourceType property: Azure resource type. -
Uses of AzureResourceType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AzureResourceType Modifier and Type Method Description AzureResourceTypeHostname. azureResourceType()Get the azureResourceType property: 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.azure.resourcemanager.appservice.models with parameters of type AzureResourceType Modifier and Type Method Description HostnameHostname. withAzureResourceType(AzureResourceType azureResourceType)Set the azureResourceType property: Type of the Azure resource the hostname is assigned to.
-