Share via


RegistryNameStatus Constructors

Definition

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

nameAvailable
Nullable<Boolean>

The value that indicates whether the name is available.

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