Class ResourceType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ResourceType>
com.azure.resourcemanager.cdn.models.ResourceType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Type of CDN resource used in CheckNameAvailability.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceTypeStatic value Microsoft.Cdn/Profiles/AfdEndpoints for ResourceType.static final ResourceTypeStatic value Microsoft.Cdn/Profiles/Endpoints for ResourceType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceTypefromString(String name) Creates or finds a ResourceType from its string representation.static Collection<ResourceType> values()Gets known ResourceType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MICROSOFT_CDN_PROFILES_ENDPOINTS
Static value Microsoft.Cdn/Profiles/Endpoints for ResourceType. -
MICROSOFT_CDN_PROFILES_AFD_ENDPOINTS
Static value Microsoft.Cdn/Profiles/AfdEndpoints for ResourceType.
-
-
Constructor Details
-
ResourceType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ResourceType value.
-
-
Method Details
-
fromString
Creates or finds a ResourceType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ResourceType.
-
values
Gets known ResourceType values.- Returns:
- known ResourceType values.
-
fromString(String)factory method.