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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET