CredentialsCustomRegistries Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>) |