Partilhar via


IPlanDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PlanDetailsTypeConverter))]
public interface IPlanDetails : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PlanDetailsTypeConverter))>]
type IPlanDetails = interface
    interface IJsonSerializable
Public Interface IPlanDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Justification

Gets or sets user's justification for the plan's request

PlanId

Gets or sets Plan Id

RequestDate

Gets request date

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to