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

ICredentialSetUpdateParameters.AuthCredentials Property

Definition

List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="List of authentication credentials stored for an upstream.\r\n        Usually consists of a primary and an optional secondary credential.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IAuthCredential) }, ReadOnly=false, Required=false, SerializedName="authCredentials")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IAuthCredential[] AuthCredentials { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="List of authentication credentials stored for an upstream.\r\n        Usually consists of a primary and an optional secondary credential.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IAuthCredential) }, ReadOnly=false, Required=false, SerializedName="authCredentials")>]
member this.AuthCredentials : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IAuthCredential[] with get, set
Public Property AuthCredentials As IAuthCredential()

Property Value

Attributes

Applies to