QueryRequestApproval Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET