RequestApprovalResource Constructors

Definition

Overloads

RequestApprovalResource()

Initializes a new instance of the RequestApprovalResource class.

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

Initializes a new instance of the RequestApprovalResource class.

RequestApprovalResource()

Initializes a new instance of the RequestApprovalResource class.

public RequestApprovalResource ();
Public Sub New ()

Applies to

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

Initializes a new instance of the RequestApprovalResource class.

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)

Parameters

id
String

The resource ID.

name
String

The name of the resource.

type
String

The type of the resource.

systemData
SystemData

Metadata pertaining to creation and last modification of the resource

offerId
String

Gets or sets unique offer id.

offerDisplayName
String

Gets offer display name

publisherId
String

The offer's publisher id

plansDetails
IList<PlanDetails>

Gets or sets the plans details

isClosed
Nullable<Boolean>

Gets a value indicating whether the request is closed

messageCode
Nullable<Int64>

Gets or sets the request approval message code

Applies to