StopSellSubscriptions 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.
Private plans subscriptions
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.StopSellSubscriptionsTypeConverter))]
public class StopSellSubscriptions : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IStopSellSubscriptions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.StopSellSubscriptionsTypeConverter))>]
type StopSellSubscriptions = class
interface IStopSellSubscriptions
interface IJsonSerializable
Public Class StopSellSubscriptions
Implements IStopSellSubscriptions
- Inheritance
-
StopSellSubscriptions
- Attributes
- Implements
Constructors
StopSellSubscriptions() |
Creates an new StopSellSubscriptions instance. |
Properties
Subscription |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StopSellSubscriptions. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StopSellSubscriptions. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IStopSellSubscriptions. |
FromJsonString(String) |
Creates a new instance of StopSellSubscriptions, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StopSellSubscriptions into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |