ArmMarketplaceModelFactory.PrivateStorePlan 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 PrivateStorePlan.
public static Azure.ResourceManager.Marketplace.Models.PrivateStorePlan PrivateStorePlan (string skuId = default, string planId = default, string planDisplayName = default, Azure.ResourceManager.Marketplace.Models.PrivateStorePlanAccessibility? accessibility = default, string altStackReference = default, string stackType = default);
static member PrivateStorePlan : string * string * string * Nullable<Azure.ResourceManager.Marketplace.Models.PrivateStorePlanAccessibility> * string * string -> Azure.ResourceManager.Marketplace.Models.PrivateStorePlan
Public Shared Function PrivateStorePlan (Optional skuId As String = Nothing, Optional planId As String = Nothing, Optional planDisplayName As String = Nothing, Optional accessibility As Nullable(Of PrivateStorePlanAccessibility) = Nothing, Optional altStackReference As String = Nothing, Optional stackType As String = Nothing) As PrivateStorePlan
Parameters
- skuId
- String
Identifier for this plan.
- planId
- String
Text identifier for this plan.
- planDisplayName
- String
Friendly name for the plan for display in the marketplace.
- accessibility
- Nullable<PrivateStorePlanAccessibility>
Plan accessibility.
- altStackReference
- String
Alternative stack type.
- stackType
- String
Stack type (classic or arm).
Returns
A new PrivateStorePlan instance for mocking.