Class ResourceType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ResourceType>
com.azure.resourcemanager.cdn.models.ResourceType
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, 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
public ResourceType()
-
-
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.
-