PlanRequesterDetails 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.
Plan with requesters details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PlanRequesterDetailsTypeConverter))]
public class PlanRequesterDetails : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPlanRequesterDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PlanRequesterDetailsTypeConverter))>]
type PlanRequesterDetails = class
interface IPlanRequesterDetails
interface IJsonSerializable
Public Class PlanRequesterDetails
Implements IPlanRequesterDetails
- Inheritance
-
PlanRequesterDetails
- Attributes
- Implements
Constructors
PlanRequesterDetails() |
Creates an new PlanRequesterDetails instance. |
Properties
PlanDisplayName |
Gets the plan display name |
PlanId |
Gets the plan id |
Requester |
Gets requesters details list |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PlanRequesterDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PlanRequesterDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPlanRequesterDetails. |
FromJsonString(String) |
Creates a new instance of PlanRequesterDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PlanRequesterDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |