RegistryNameStatusInner Class

Definition

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