ArmMarketplaceModelFactory.PrivateStorePlanDetails 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 PrivateStorePlanDetails.
public static Azure.ResourceManager.Marketplace.Models.PrivateStorePlanDetails PrivateStorePlanDetails (string planId = default, Azure.ResourceManager.Marketplace.Models.PrivateStorePlanStatus? status = default, BinaryData requestDate = default, string justification = default, string subscriptionId = default, string subscriptionName = default);
static member PrivateStorePlanDetails : string * Nullable<Azure.ResourceManager.Marketplace.Models.PrivateStorePlanStatus> * BinaryData * string * string * string -> Azure.ResourceManager.Marketplace.Models.PrivateStorePlanDetails
Public Shared Function PrivateStorePlanDetails (Optional planId As String = Nothing, Optional status As Nullable(Of PrivateStorePlanStatus) = Nothing, Optional requestDate As BinaryData = Nothing, Optional justification As String = Nothing, Optional subscriptionId As String = Nothing, Optional subscriptionName As String = Nothing) As PrivateStorePlanDetails
Parameters
- planId
- String
Gets or sets Plan Id.
- status
- Nullable<PrivateStorePlanStatus>
Gets the plan status.
- requestDate
- BinaryData
Gets request date.
- justification
- String
Gets or sets user's justification for the plan's request.
- subscriptionId
- String
Gets or sets the subscription id that the user is requesting to add the plan to.
- subscriptionName
- String
Gets or sets the subscription name that the user is requesting to add the plan to.
Returns
A new PrivateStorePlanDetails instance for mocking.