RegistryNameStatusInner 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 RegistryNameStatusInner
type RegistryNameStatusInner = class
Public Class RegistryNameStatusInner
- Inheritance
-
RegistryNameStatusInner
Constructors
RegistryNameStatusInner() |
Initializes a new instance of the RegistryNameStatusInner class. |
RegistryNameStatusInner(Nullable<Boolean>, String, String) |
Initializes a new instance of the RegistryNameStatusInner 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