Aracılığıyla paylaş


QueryApprovedPlansDetails Constructors

Definition

Overloads

QueryApprovedPlansDetails()

Initializes a new instance of the QueryApprovedPlansDetails class.

QueryApprovedPlansDetails(String, IList<String>, Nullable<Boolean>)

Initializes a new instance of the QueryApprovedPlansDetails class.

QueryApprovedPlansDetails()

Initializes a new instance of the QueryApprovedPlansDetails class.

public QueryApprovedPlansDetails ();
Public Sub New ()

Applies to

QueryApprovedPlansDetails(String, IList<String>, Nullable<Boolean>)

Initializes a new instance of the QueryApprovedPlansDetails class.

public QueryApprovedPlansDetails (string planId = default, System.Collections.Generic.IList<string> subscriptionIds = default, bool? allSubscriptions = default);
new Microsoft.Azure.Management.Marketplace.Models.QueryApprovedPlansDetails : string * System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.Management.Marketplace.Models.QueryApprovedPlansDetails
Public Sub New (Optional planId As String = Nothing, Optional subscriptionIds As IList(Of String) = Nothing, Optional allSubscriptions As Nullable(Of Boolean) = Nothing)

Parameters

planId
String

Plan id

subscriptionIds
IList<String>

Approved subscription ids list. In case all subscriptions are approved for a plan, allSubscriptions flag is true and list is empty ( else flag is set to false). In case both subscriptions list is empty and allSubscriptions flag is false, the plan is not approved for any subscription.

allSubscriptions
Nullable<Boolean>

Indicates whether all subscriptions are approved for this plan

Applies to