Compartir a través de


IRegistryPassword.Name Property

Definition

The password name.

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

Property Value

Attributes

Applies to