Uses of Class
com.azure.resourcemanager.resources.models.ResourceName
-
Packages that use ResourceName Package Description com.azure.resourcemanager.resources.fluent Package containing the service clients for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of ResourceName in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent with parameters of type ResourceName Modifier and Type Method Description Mono<CheckResourceNameResultInner>ResourceNamesClient. checkResourceNameAsync(ResourceName resourceNameDefinition)A resource name is valid if it is not a reserved word, does not contains a reserved word and does not start with a reserved word.com.azure.core.http.rest.Response<CheckResourceNameResultInner>ResourceNamesClient. checkResourceNameWithResponse(ResourceName resourceNameDefinition, com.azure.core.util.Context context)A resource name is valid if it is not a reserved word, does not contains a reserved word and does not start with a reserved word.Mono<com.azure.core.http.rest.Response<CheckResourceNameResultInner>>ResourceNamesClient. checkResourceNameWithResponseAsync(ResourceName resourceNameDefinition)A resource name is valid if it is not a reserved word, does not contains a reserved word and does not start with a reserved word. -
Uses of ResourceName in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ResourceName Modifier and Type Method Description ResourceNameResourceName. withName(String name)Set the name property: Name of the resource.ResourceNameResourceName. withType(String type)Set the type property: The type of the resource.
-