Class ResourceType


  • public final class ResourceType
    extends com.azure.core.util.ExpandableStringEnum<ResourceType>
    Defines values for ResourceType.
    • 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.
    • Constructor Detail

      • ResourceType

        public 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.