Compartir a través de


ISubscriptionAliasListResult.Value Property

Definition

The list of alias.

[Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.Info(Create=false, Description="The list of alias.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ISubscriptionAliasResponse) }, Read=true, ReadOnly=true, Required=false, SerializedName="value", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ISubscriptionAliasResponse> Value { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.Info(Create=false, Description="The list of alias.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ISubscriptionAliasResponse) }, Read=true, ReadOnly=true, Required=false, SerializedName="value", Update=false)>]
member this.Value : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ISubscriptionAliasResponse>
Public ReadOnly Property Value As List(Of ISubscriptionAliasResponse)

Property Value

Attributes

Applies to