Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.RegistryNameStatusInner
-
Packages that use RegistryNameStatusInner Package Description com.azure.resourcemanager.containerregistry.fluent Package containing the service clients for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.fluent.models 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 RegistryNameStatusInner Modifier and Type Method Description RegistryNameStatusInnerRegistriesClient. 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 RegistryNameStatusInner Modifier and Type Method Description Mono<RegistryNameStatusInner>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 RegistryNameStatusInner in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return RegistryNameStatusInner Modifier and Type Method Description RegistryNameStatusInnerRegistryNameStatusInner. 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.RegistryNameStatusInnerRegistryNameStatusInner. withNameAvailable(Boolean nameAvailable)Set the nameAvailable property: The value that indicates whether the name is available.RegistryNameStatusInnerRegistryNameStatusInner. withReason(String reason)Set the reason property: If any, the reason that the name is not available.
-