Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.RegistryNameStatusInner
Packages that use RegistryNameStatusInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
null.
Package containing the inner data models for ContainerRegistryManagementClient.
null.
Package containing the data models for ContainerRegistryManagementClient.
null.
-
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
Classes in com.azure.resourcemanager.containerregistry.fluent.models that implement interfaces with type arguments of type RegistryNameStatusInnerModifier and TypeClassDescriptionfinal classThe result of a request to check the availability of a container registry name.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. -
Uses of RegistryNameStatusInner in com.azure.resourcemanager.containerregistry.models
Subinterfaces with type arguments of type RegistryNameStatusInner in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptioninterfaceThe result of checking for container registry name availability.