Class ResourceType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ResourceType>
-
- com.azure.resourcemanager.cdn.models.ResourceType
-
public final class ResourceType extends com.azure.core.util.ExpandableStringEnum<ResourceType>
Defines values for ResourceType.
-
-
Field Summary
Fields Modifier and Type Field Description static ResourceTypeMICROSOFT_CDN_PROFILES_AFD_ENDPOINTSStatic value Microsoft.Cdn/Profiles/AfdEndpoints for ResourceType.static ResourceTypeMICROSOFT_CDN_PROFILES_ENDPOINTSStatic value Microsoft.Cdn/Profiles/Endpoints for ResourceType.
-
Constructor Summary
Constructors Constructor Description ResourceType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResourceTypefromString(String name)Creates or finds a ResourceType from its string representation.static Collection<ResourceType>values()
-
-
-
Field Detail
-
MICROSOFT_CDN_PROFILES_ENDPOINTS
public static final ResourceType MICROSOFT_CDN_PROFILES_ENDPOINTS
Static value Microsoft.Cdn/Profiles/Endpoints for ResourceType.
-
MICROSOFT_CDN_PROFILES_AFD_ENDPOINTS
public static final ResourceType MICROSOFT_CDN_PROFILES_AFD_ENDPOINTS
Static value Microsoft.Cdn/Profiles/AfdEndpoints for ResourceType.
-
-
Method Detail
-
fromString
public static ResourceType fromString(String name)
Creates or finds a ResourceType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ResourceType.
-
values
public static Collection<ResourceType> values()
- Returns:
- known ResourceType values.
-
-