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

RequestApprovalResource 构造函数

定义

重载

RequestApprovalResource()

初始化 RequestApprovalResource 类的新实例。

RequestApprovalResource(String, String, String, SystemData, String, String, String, IList<PlanDetails>, Nullable<Boolean>, Nullable<Int64>)

初始化 RequestApprovalResource 类的新实例。

RequestApprovalResource()

初始化 RequestApprovalResource 类的新实例。

public RequestApprovalResource ();
Public Sub New ()

适用于

RequestApprovalResource(String, String, String, SystemData, String, String, String, IList<PlanDetails>, Nullable<Boolean>, Nullable<Int64>)

初始化 RequestApprovalResource 类的新实例。

public RequestApprovalResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Marketplace.Models.SystemData systemData = default, string offerId = default, string offerDisplayName = default, string publisherId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.PlanDetails> plansDetails = default, bool? isClosed = default, long? messageCode = default);
new Microsoft.Azure.Management.Marketplace.Models.RequestApprovalResource : string * string * string * Microsoft.Azure.Management.Marketplace.Models.SystemData * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.PlanDetails> * Nullable<bool> * Nullable<int64> -> Microsoft.Azure.Management.Marketplace.Models.RequestApprovalResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional offerId As String = Nothing, Optional offerDisplayName As String = Nothing, Optional publisherId As String = Nothing, Optional plansDetails As IList(Of PlanDetails) = Nothing, Optional isClosed As Nullable(Of Boolean) = Nothing, Optional messageCode As Nullable(Of Long) = Nothing)

参数

id
String

资源 ID。

name
String

资源的名称。

type
String

资源类型。

systemData
SystemData

与资源的创建和上次修改相关的元数据

offerId
String

获取或设置唯一的产品/服务 ID。

offerDisplayName
String

获取产品/服务显示名称

publisherId
String

产品/服务的发布者 ID

plansDetails
IList<PlanDetails>

获取或设置计划详细信息

isClosed
Nullable<Boolean>

获取一个值,该值指示请求是否已关闭

messageCode
Nullable<Int64>

获取或设置请求审批消息代码

适用于