Bagikan melalui


ICredentialSetUpdateProperties.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