Bagikan melalui


RegistryListCredentialsResult Class

Definition

The response from the ListCredentials operation.

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

Constructors

RegistryListCredentialsResult()

Creates an new RegistryListCredentialsResult instance.

Properties

Password

The list of passwords for a container registry.

Username

The username for a container registry.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RegistryListCredentialsResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RegistryListCredentialsResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RegistryListCredentialsResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to