Share via


QueryRequestApproval Constructors

Definition

Overloads

QueryRequestApproval()

Initializes a new instance of the QueryRequestApproval class.

QueryRequestApproval(String, IDictionary<String,PlanDetails>, String, Nullable<Int64>)

Initializes a new instance of the QueryRequestApproval class.

QueryRequestApproval()

Initializes a new instance of the QueryRequestApproval class.

public QueryRequestApproval ();
Public Sub New ()

Applies to

QueryRequestApproval(String, IDictionary<String,PlanDetails>, String, Nullable<Int64>)

Initializes a new instance of the QueryRequestApproval class.

public QueryRequestApproval (string uniqueOfferId = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Marketplace.Models.PlanDetails> plansDetails = default, string etag = default, long? messageCode = default);
new Microsoft.Azure.Management.Marketplace.Models.QueryRequestApproval : string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Marketplace.Models.PlanDetails> * string * Nullable<int64> -> Microsoft.Azure.Management.Marketplace.Models.QueryRequestApproval
Public Sub New (Optional uniqueOfferId As String = Nothing, Optional plansDetails As IDictionary(Of String, PlanDetails) = Nothing, Optional etag As String = Nothing, Optional messageCode As Nullable(Of Long) = Nothing)

Parameters

uniqueOfferId
String

Gets or sets unique offer id.

plansDetails
IDictionary<String,PlanDetails>

Gets or sets the plans details

etag
String

Gets or sets e-tag field

messageCode
Nullable<Int64>

Gets or sets the notification message id

Applies to