Uses of Enum
com.azure.resourcemanager.appservice.models.AzureResourceType
Packages that use AzureResourceType
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 AzureResourceTypeModifier and TypeMethodDescriptionHostnameBindingInner.azureResourceType()Get the azureResourceType property: Azure resource type.HostnameBindingProperties.azureResourceType()Get the azureResourceType property: Azure resource type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type AzureResourceTypeModifier and TypeMethodDescriptionHostnameBindingInner.withAzureResourceType(AzureResourceType azureResourceType) Set the azureResourceType property: Azure resource type.HostnameBindingProperties.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 AzureResourceTypeModifier and TypeMethodDescriptionHostname.azureResourceType()Get the azureResourceType property: Type of the Azure resource the hostname is assigned to.HostnameBinding.azureResourceType()Gets Azure resource type.static AzureResourceTypeAzureResourceType.fromString(String value) Parses a serialized value to a AzureResourceType instance.static AzureResourceTypeReturns 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 AzureResourceTypeModifier and TypeMethodDescriptionHostname.withAzureResourceType(AzureResourceType azureResourceType) Set the azureResourceType property: Type of the Azure resource the hostname is assigned to.