次の方法で共有


IAuthCredential.Name Property

Definition

The name of the credential.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The name of the credential.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.CredentialName) }, ReadOnly=false, Required=false, SerializedName="name")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.CredentialName? Name { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The name of the credential.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.CredentialName) }, ReadOnly=false, Required=false, SerializedName="name")>]
member this.Name : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.CredentialName> with get, set
Public Property Name As Nullable(Of CredentialName)

Property Value

Attributes

Applies to