Partilhar via


ICollection.SubscriptionsList Property

Definition

Gets or sets subscription ids list. Empty list indicates all subscriptions are selected, null indicates no update is done, explicit list indicates the explicit selected subscriptions. On insert, null is considered as bad request

[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Gets or sets subscription ids list. Empty list indicates all subscriptions are selected, null indicates no update is done, explicit list indicates the explicit selected subscriptions. On insert, null is considered as bad request", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="subscriptionsList", Update=true)]
public System.Collections.Generic.List<string> SubscriptionsList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Gets or sets subscription ids list. Empty list indicates all subscriptions are selected, null indicates no update is done, explicit list indicates the explicit selected subscriptions. On insert, null is considered as bad request", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="subscriptionsList", Update=true)>]
member this.SubscriptionsList : System.Collections.Generic.List<string> with get, set
Public Property SubscriptionsList As List(Of String)

Property Value

Attributes

Applies to