ArmMarketplaceModelFactory.MarketplaceAdminApprovalRequestData 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 MarketplaceAdminApprovalRequestData.
public static Azure.ResourceManager.Marketplace.MarketplaceAdminApprovalRequestData MarketplaceAdminApprovalRequestData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string offerId = default, string displayName = default, string publisherId = default, Azure.ResourceManager.Marketplace.Models.MarketplaceAdminAction? adminAction = default, System.Collections.Generic.IEnumerable<string> approvedPlans = default, string comment = default, string administrator = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.PlanRequesterDetails> plans = default, System.Collections.Generic.IEnumerable<Guid> collectionIds = default, Uri iconUri = default);
static member MarketplaceAdminApprovalRequestData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Nullable<Azure.ResourceManager.Marketplace.Models.MarketplaceAdminAction> * seq<string> * string * string * seq<Azure.ResourceManager.Marketplace.Models.PlanRequesterDetails> * seq<Guid> * Uri -> Azure.ResourceManager.Marketplace.MarketplaceAdminApprovalRequestData
Public Shared Function MarketplaceAdminApprovalRequestData (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 displayName As String = Nothing, Optional publisherId As String = Nothing, Optional adminAction As Nullable(Of MarketplaceAdminAction) = Nothing, Optional approvedPlans As IEnumerable(Of String) = Nothing, Optional comment As String = Nothing, Optional administrator As String = Nothing, Optional plans As IEnumerable(Of PlanRequesterDetails) = Nothing, Optional collectionIds As IEnumerable(Of Guid) = Nothing, Optional iconUri As Uri = Nothing) As MarketplaceAdminApprovalRequestData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- offerId
- String
Gets or sets offer Id.
- displayName
- String
Gets display name.
- publisherId
- String
Gets or sets publisher Id.
- adminAction
- Nullable<MarketplaceAdminAction>
Gets or sets admin action.
- approvedPlans
- IEnumerable<String>
Gets or sets Approved plans ids, empty in case of rejected.
- comment
- String
Gets or sets admin comment.
- administrator
- String
Gets or sets admin details.
- plans
- IEnumerable<PlanRequesterDetails>
Gets list of plans with requesters details.
- collectionIds
- IEnumerable<Guid>
Gets or sets list of associated collection ids.
- iconUri
- Uri
The offer icon url.
Returns
A new MarketplaceAdminApprovalRequestData instance for mocking.