共用方式為


ArmMarketplaceModelFactory.MarketplaceApprovalRequestData Method

Definition

Initializes a new instance of MarketplaceApprovalRequestData.

public static Azure.ResourceManager.Marketplace.MarketplaceApprovalRequestData MarketplaceApprovalRequestData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string offerId = default, string offerDisplayName = default, string publisherId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.PrivateStorePlanDetails> plansDetails = default, bool? isClosed = default, long? messageCode = default);
static member MarketplaceApprovalRequestData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * seq<Azure.ResourceManager.Marketplace.Models.PrivateStorePlanDetails> * Nullable<bool> * Nullable<int64> -> Azure.ResourceManager.Marketplace.MarketplaceApprovalRequestData
Public Shared Function MarketplaceApprovalRequestData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional offerId As String = Nothing, Optional offerDisplayName As String = Nothing, Optional publisherId As String = Nothing, Optional plansDetails As IEnumerable(Of PrivateStorePlanDetails) = Nothing, Optional isClosed As Nullable(Of Boolean) = Nothing, Optional messageCode As Nullable(Of Long) = Nothing) As MarketplaceApprovalRequestData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

offerId
String

Gets or sets unique offer id.

offerDisplayName
String

Gets offer display name.

publisherId
String

The offer's publisher id.

plansDetails
IEnumerable<PrivateStorePlanDetails>

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.

Returns

A new MarketplaceApprovalRequestData instance for mocking.

Applies to