AzureResourceType Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. appservice. models. AzureResourceType
- com.
- java.
public enum AzureResourceType
extends Enum<AzureResourceType>
Type of the Azure resource the hostname is assigned to.
Fields
TRAFFIC_MANAGER |
Enum value Traffic |
WEBSITE |
Enum value Website. |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static AzureResourceType fromString(String value)
Parses a serialized value to a AzureResourceType instance.
Parameters
- value
- String
Returns
the parsed AzureResourceType object, or null if unable to parse.
toString()
valueOf(String name)
values()
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java