WithdrawDetails 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.
Withdraw properties details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.WithdrawDetailsTypeConverter))]
public class WithdrawDetails : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IWithdrawDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.WithdrawDetailsTypeConverter))>]
type WithdrawDetails = class
interface IWithdrawDetails
interface IJsonSerializable
Public Class WithdrawDetails
Implements IWithdrawDetails
- Inheritance
-
WithdrawDetails
- Attributes
- Implements
Constructors
WithdrawDetails() |
Creates an new WithdrawDetails instance. |
Properties
PlanId |
Gets or sets Plan Id |
PublisherId |
The offer's publisher id |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WithdrawDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WithdrawDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IWithdrawDetails. |
FromJsonString(String) |
Creates a new instance of WithdrawDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WithdrawDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |