Uses of Class
com.azure.resourcemanager.containerregistry.models.RegistryNameCheckRequest
Packages that use RegistryNameCheckRequest
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryNameCheckRequest in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent with parameters of type RegistryNameCheckRequestModifier and TypeMethodDescriptionRegistriesClient.checkNameAvailability(RegistryNameCheckRequest registryNameCheckRequest) Checks whether the container registry name is available for use.RegistriesClient.checkNameAvailabilityAsync(RegistryNameCheckRequest registryNameCheckRequest) Checks whether the container registry name is available for use.com.azure.core.http.rest.Response<RegistryNameStatusInner> RegistriesClient.checkNameAvailabilityWithResponse(RegistryNameCheckRequest registryNameCheckRequest, com.azure.core.util.Context context) Checks whether the container registry name is available for use.Mono<com.azure.core.http.rest.Response<RegistryNameStatusInner>> RegistriesClient.checkNameAvailabilityWithResponseAsync(RegistryNameCheckRequest registryNameCheckRequest) Checks whether the container registry name is available for use. -
Uses of RegistryNameCheckRequest in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type RegistryNameCheckRequestModifier and TypeClassDescriptionfinal classA request to check whether a container registry name is available.Methods in com.azure.resourcemanager.containerregistry.models that return RegistryNameCheckRequestModifier and TypeMethodDescriptionstatic RegistryNameCheckRequestRegistryNameCheckRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RegistryNameCheckRequest from the JsonReader.RegistryNameCheckRequest.withAutoGeneratedDomainNameLabelScope(AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope) Set the autoGeneratedDomainNameLabelScope property: The auto generated domain name label of the container registry.Set the name property: The name of the container registry.RegistryNameCheckRequest.withResourceGroupName(String resourceGroupName) Set the resourceGroupName property: The resource group name of the container registry.