Uses of Class
com.azure.resourcemanager.cdn.models.ResourceType
Packages that use ResourceType
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of ResourceType in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type ResourceType in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classType of CDN resource used in CheckNameAvailability.Fields in com.azure.resourcemanager.cdn.models declared as ResourceTypeModifier and TypeFieldDescriptionstatic final ResourceTypeResourceType.MICROSOFT_CDN_PROFILES_AFD_ENDPOINTSStatic value Microsoft.Cdn/Profiles/AfdEndpoints for ResourceType.static final ResourceTypeResourceType.MICROSOFT_CDN_PROFILES_ENDPOINTSStatic value Microsoft.Cdn/Profiles/Endpoints for ResourceType.Methods in com.azure.resourcemanager.cdn.models that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceTypeResourceType.fromString(String name) Creates or finds a ResourceType from its string representation.CheckEndpointNameAvailabilityInput.type()Get the type property: The type of the resource whose name is to be validated.CheckNameAvailabilityInput.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 ResourceTypeModifier and TypeMethodDescriptionstatic Collection<ResourceType> ResourceType.values()Gets known ResourceType values.Methods in com.azure.resourcemanager.cdn.models with parameters of type ResourceTypeModifier and TypeMethodDescriptionCheckEndpointNameAvailabilityInput.withType(ResourceType type) Set the type property: The type of the resource whose name is to be validated.CheckNameAvailabilityInput.withType(ResourceType type) Set the type property: The type of the resource whose name is to be validated.