Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.RegistryNameStatusInner
Packages that use RegistryNameStatusInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of RegistryNameStatusInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return RegistryNameStatusInnerModifier and TypeMethodDescriptionRegistriesClient.checkNameAvailability(RegistryNameCheckRequest registryNameCheckRequest) Checks whether the container registry name is available for use.Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type RegistryNameStatusInnerModifier and TypeMethodDescriptionRegistriesClient.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 RegistryNameStatusInner in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return RegistryNameStatusInnerModifier and TypeMethodDescriptionstatic RegistryNameStatusInnerRegistryNameStatusInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RegistryNameStatusInner from the JsonReader.RegistryNameStatusInner.withMessage(String message) Set the message property: If any, the error message that provides more detail for the reason that the name is not available.RegistryNameStatusInner.withNameAvailable(Boolean nameAvailable) Set the nameAvailable property: The value that indicates whether the name is available.RegistryNameStatusInner.withReason(String reason) Set the reason property: If any, the reason that the name is not available.