Bagikan melalui


IEncodedTaskRunRequest.CredentialsCustomRegistry Property

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.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Describes the credential parameters for accessing other custom registries. The key\r\n        for the dictionary item will be the registry login server (myregistry.azurecr.io) and\r\n        the value of the item will be the registry credentials for accessing the registry.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ICredentialsCustomRegistries) }, ReadOnly=false, Required=false, SerializedName="customRegistries")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ICredentialsCustomRegistries CredentialsCustomRegistry { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Describes the credential parameters for accessing other custom registries. The key\r\n        for the dictionary item will be the registry login server (myregistry.azurecr.io) and\r\n        the value of the item will be the registry credentials for accessing the registry.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ICredentialsCustomRegistries) }, ReadOnly=false, Required=false, SerializedName="customRegistries")>]
member this.CredentialsCustomRegistry : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ICredentialsCustomRegistries with get, set
Public Property CredentialsCustomRegistry As ICredentialsCustomRegistries

Property Value

Attributes

Applies to