Uses of Class
com.azure.resourcemanager.netapp.models.ResourceNameAvailabilityRequest
Packages that use ResourceNameAvailabilityRequest
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of ResourceNameAvailabilityRequest in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type ResourceNameAvailabilityRequestModifier and TypeMethodDescriptionNetAppResourcesClient.checkNameAvailability(String location, ResourceNameAvailabilityRequest body) Check resource name availability Check if a resource name is available.com.azure.core.http.rest.Response<CheckAvailabilityResponseInner> NetAppResourcesClient.checkNameAvailabilityWithResponse(String location, ResourceNameAvailabilityRequest body, com.azure.core.util.Context context) Check resource name availability Check if a resource name is available. -
Uses of ResourceNameAvailabilityRequest in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return ResourceNameAvailabilityRequestModifier and TypeMethodDescriptionResourceNameAvailabilityRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceNameAvailabilityRequest from the JsonReader.Set the name property: Resource name to verify.ResourceNameAvailabilityRequest.withResourceGroup(String resourceGroup) Set the resourceGroup property: Resource group name.ResourceNameAvailabilityRequest.withType(CheckNameResourceTypes type) Set the type property: Resource type used for verification.Methods in com.azure.resourcemanager.netapp.models with parameters of type ResourceNameAvailabilityRequestModifier and TypeMethodDescriptionNetAppResources.checkNameAvailability(String location, ResourceNameAvailabilityRequest body) Check resource name availability Check if a resource name is available.com.azure.core.http.rest.Response<CheckAvailabilityResponse> NetAppResources.checkNameAvailabilityWithResponse(String location, ResourceNameAvailabilityRequest body, com.azure.core.util.Context context) Check resource name availability Check if a resource name is available.