你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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