PrivateStorePlanDetails Class

Definition

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:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

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