ResourceType Enum

  • java.lang.Object
    • java.lang.Enum<ResourceType>
      • com.microsoft.azure.management.cdn.ResourceType

public enum ResourceType

Defines values for ResourceType.

Fields

MICROSOFT_CDN_PROFILES_ENDPOINTS

Enum value Microsoft.Cdn/Profiles/Endpoints.

Methods

fromString(String value)

public static ResourceType fromString(String value)

Parses a serialized value to a ResourceType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed ResourceType object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to