ArmMarketplaceModelFactory.MarketplaceApprovalRequestData 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 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
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.
Returns
A new MarketplaceApprovalRequestData instance for mocking.