你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

QueryApprovedPlansDetails 构造函数

定义

重载

QueryApprovedPlansDetails()

初始化 QueryApprovedPlansDetails 类的新实例。

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

初始化 QueryApprovedPlansDetails 类的新实例。

QueryApprovedPlansDetails()

初始化 QueryApprovedPlansDetails 类的新实例。

public QueryApprovedPlansDetails ();
Public Sub New ()

适用于

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

初始化 QueryApprovedPlansDetails 类的新实例。

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)

参数

planId
String

计划 ID

subscriptionIds
IList<String>

批准的订阅 ID 列表。 如果计划的所有订阅都获得批准,则 allSubscriptions 标志为 true,list 为空 ( else 标志设置为 false) 。 如果两个订阅列表都为空且 allSubscriptions 标志为 false,则计划不会获得任何订阅的批准。

allSubscriptions
Nullable<Boolean>

指示是否批准此计划的所有订阅

适用于