ICheckNameAvailabilityResult Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The result of checking for container registry name availability.
public interface ICheckNameAvailabilityResult : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryNameStatusInner>
type ICheckNameAvailabilityResult = interface
interface IBeta
interface IHasInner<RegistryNameStatusInner>
Public Interface ICheckNameAvailabilityResult
Implements IBeta, IHasInner(Of RegistryNameStatusInner)
- Implements
Properties
Inner | (Inherited from IHasInner<T>) |
IsAvailable |
Gets true if the specified name is valid and available for use, otherwise false. |
UnavailabilityMessage |
Gets the error message that provides more detail for the reason why the name is not available. |
UnavailabilityReason |
Gets the reason why the user-provided name for the container registry could not be used. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET