ArmMarketplaceModelFactory.QueryApprovalRequestResult Method
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.
Initializes a new instance of QueryApprovalRequestResult.
public static Azure.ResourceManager.Marketplace.Models.QueryApprovalRequestResult QueryApprovalRequestResult (string uniqueOfferId = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.Marketplace.Models.PrivateStorePlanDetails> plansDetails = default, Azure.ETag? eTag = default, long? messageCode = default);
static member QueryApprovalRequestResult : string * System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.Marketplace.Models.PrivateStorePlanDetails> * Nullable<Azure.ETag> * Nullable<int64> -> Azure.ResourceManager.Marketplace.Models.QueryApprovalRequestResult
Public Shared Function QueryApprovalRequestResult (Optional uniqueOfferId As String = Nothing, Optional plansDetails As IReadOnlyDictionary(Of String, PrivateStorePlanDetails) = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional messageCode As Nullable(Of Long) = Nothing) As QueryApprovalRequestResult
Parameters
- uniqueOfferId
- String
Gets or sets unique offer id.
- plansDetails
- IReadOnlyDictionary<String,PrivateStorePlanDetails>
Gets or sets the plans details.
Returns
A new QueryApprovalRequestResult instance for mocking.