PrivateStorePlanDetails Class
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.
Return plan with request details.
public class PrivateStorePlanDetails
type PrivateStorePlanDetails = class
Public Class PrivateStorePlanDetails
- Inheritance
-
PrivateStorePlanDetails
Constructors
PrivateStorePlanDetails() |
Initializes a new instance of PrivateStorePlanDetails. |
Properties
Justification |
Gets or sets user's justification for the plan's request. |
PlanId |
Gets or sets Plan Id. |
RequestDate |
Gets request date To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Status |
Gets the plan status. |
SubscriptionId |
Gets or sets the subscription id that the user is requesting to add the plan to. |
SubscriptionName |
Gets or sets the subscription name that the user is requesting to add the plan to. |
Applies to
Azure SDK for .NET