PlanDetails Constructors
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.
Overloads
PlanDetails() |
Initializes a new instance of the PlanDetails class. |
PlanDetails(String, String, Object, String, String, String) |
Initializes a new instance of the PlanDetails class. |
PlanDetails()
Initializes a new instance of the PlanDetails class.
public PlanDetails ();
Public Sub New ()
Applies to
PlanDetails(String, String, Object, String, String, String)
Initializes a new instance of the PlanDetails class.
public PlanDetails (string planId = default, string status = default, object requestDate = default, string justification = default, string subscriptionId = default, string subscriptionName = default);
new Microsoft.Azure.Management.Marketplace.Models.PlanDetails : string * string * obj * string * string * string -> Microsoft.Azure.Management.Marketplace.Models.PlanDetails
Public Sub New (Optional planId As String = Nothing, Optional status As String = Nothing, Optional requestDate As Object = Nothing, Optional justification As String = Nothing, Optional subscriptionId As String = Nothing, Optional subscriptionName As String = Nothing)
Parameters
- planId
- String
Gets or sets Plan Id
- status
- String
Gets the plan status. Possible values include: 'Pending', 'Rejected', 'Approved', 'None'
- requestDate
- Object
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
Applies to
Azure SDK for .NET