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