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

CredentialsCustomRegistries Class

Definition

Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.CredentialsCustomRegistriesTypeConverter))]
public class CredentialsCustomRegistries : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ICredentialsCustomRegistries, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ICustomRegistryCredentials>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.CredentialsCustomRegistriesTypeConverter))>]
type CredentialsCustomRegistries = class
    interface ICredentialsCustomRegistries
    interface IJsonSerializable
    interface IAssociativeArray<ICustomRegistryCredentials>
Public Class CredentialsCustomRegistries
Implements IAssociativeArray(Of ICustomRegistryCredentials), ICredentialsCustomRegistries
Inheritance
CredentialsCustomRegistries
Attributes
Implements

Constructors

CredentialsCustomRegistries()

Creates an new CredentialsCustomRegistries instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, ICustomRegistryCredentials)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CredentialsCustomRegistries.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CredentialsCustomRegistries.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ICredentialsCustomRegistries.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of CredentialsCustomRegistries into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, ICustomRegistryCredentials)

Operators

Implicit(CredentialsCustomRegistries to Dictionary<String,ICustomRegistryCredentials>)

Explicit Interface Implementations

IAssociativeArray<ICustomRegistryCredentials>.AdditionalProperties
IAssociativeArray<ICustomRegistryCredentials>.Count
IAssociativeArray<ICustomRegistryCredentials>.Keys
IAssociativeArray<ICustomRegistryCredentials>.Values

Applies to