Bagikan melalui


RegistryNameStatus Class

Definition

The result of a request to check the availability of a container registry name.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.RegistryNameStatusTypeConverter))]
public class RegistryNameStatus : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistryNameStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.RegistryNameStatusTypeConverter))>]
type RegistryNameStatus = class
    interface IRegistryNameStatus
    interface IJsonSerializable
Public Class RegistryNameStatus
Implements IRegistryNameStatus
Inheritance
RegistryNameStatus
Attributes
Implements

Constructors

RegistryNameStatus()

Creates an new RegistryNameStatus instance.

Properties

Message

If any, the error message that provides more detail for the reason that the name is not available.

NameAvailable

The value that indicates whether the name is available.

Reason

If any, the reason that the name is not available.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RegistryNameStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RegistryNameStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistryNameStatus.

FromJsonString(String)

Creates a new instance of RegistryNameStatus, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RegistryNameStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to