RegistryNameStatus Constructors
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.
Overloads
RegistryNameStatus() |
Initializes a new instance of the RegistryNameStatus class. |
RegistryNameStatus(Nullable<Boolean>, String, String) |
Initializes a new instance of the RegistryNameStatus class. |
RegistryNameStatus()
Initializes a new instance of the RegistryNameStatus class.
public RegistryNameStatus ();
Public Sub New ()
Applies to
RegistryNameStatus(Nullable<Boolean>, String, String)
Initializes a new instance of the RegistryNameStatus class.
public RegistryNameStatus (bool? nameAvailable = default, string reason = default, string message = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.RegistryNameStatus : Nullable<bool> * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.RegistryNameStatus
Public Sub New (Optional nameAvailable As Nullable(Of Boolean) = Nothing, Optional reason As String = Nothing, Optional message As String = Nothing)
Parameters
- reason
- String
If any, the reason that the name is not available.
- message
- String
If any, the error message that provides more detail for the reason that the name is not available.
Applies to
Azure SDK for .NET