Uses of Class
com.azure.resourcemanager.cdn.models.ResourceType
-
Packages that use ResourceType Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of ResourceType in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as ResourceType Modifier and Type Field Description static ResourceTypeResourceType. MICROSOFT_CDN_PROFILES_AFD_ENDPOINTSStatic value Microsoft.Cdn/Profiles/AfdEndpoints for ResourceType.static ResourceTypeResourceType. MICROSOFT_CDN_PROFILES_ENDPOINTSStatic value Microsoft.Cdn/Profiles/Endpoints for ResourceType.Methods in com.azure.resourcemanager.cdn.models that return ResourceType Modifier and Type Method Description static ResourceTypeResourceType. fromString(String name)Creates or finds a ResourceType from its string representation.ResourceTypeCheckEndpointNameAvailabilityInput. type()Get the type property: The type of the resource whose name is to be validated.ResourceTypeCheckNameAvailabilityInput. type()Get the type property: The type of the resource whose name is to be validated.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ResourceType Modifier and Type Method Description static Collection<ResourceType>ResourceType. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type ResourceType Modifier and Type Method Description CheckEndpointNameAvailabilityInputCheckEndpointNameAvailabilityInput. withType(ResourceType type)Set the type property: The type of the resource whose name is to be validated.CheckNameAvailabilityInputCheckNameAvailabilityInput. withType(ResourceType type)Set the type property: The type of the resource whose name is to be validated.
-