RegistryNameStatus Class
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 a request to check the availability of a container registry name.
public class RegistryNameStatus
type RegistryNameStatus = class
Public Class RegistryNameStatus
- Inheritance
-
RegistryNameStatus
Constructors
RegistryNameStatus() |
Initializes a new instance of the RegistryNameStatus class. |
RegistryNameStatus(Nullable<Boolean>, String, String) |
Initializes a new instance of the RegistryNameStatus class. |
Properties
Message |
Gets or sets if any, the error message that provides more detail for the reason that the name is not available. |
NameAvailable |
Gets or sets the value that indicates whether the name is available. |
Reason |
Gets or sets if any, the reason that the name is not available. |
Applies to
Azure SDK for .NET