Share via


RegistryNameStatusInner Constructors

Definition

Overloads

RegistryNameStatusInner()

Initializes a new instance of the RegistryNameStatusInner class.

RegistryNameStatusInner(Nullable<Boolean>, String, String)

Initializes a new instance of the RegistryNameStatusInner class.

RegistryNameStatusInner()

Initializes a new instance of the RegistryNameStatusInner class.

public RegistryNameStatusInner ();
Public Sub New ()

Applies to

RegistryNameStatusInner(Nullable<Boolean>, String, String)

Initializes a new instance of the RegistryNameStatusInner class.

public RegistryNameStatusInner (bool? nameAvailable = default, string reason = default, string message = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryNameStatusInner : Nullable<bool> * string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryNameStatusInner
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