Share via


CanceledSubscriptionId Class

Definition

The ID of the canceled subscription

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.CanceledSubscriptionIdTypeConverter))]
public class CanceledSubscriptionId : Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.ICanceledSubscriptionId
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.CanceledSubscriptionIdTypeConverter))>]
type CanceledSubscriptionId = class
    interface ICanceledSubscriptionId
    interface IJsonSerializable
Public Class CanceledSubscriptionId
Implements ICanceledSubscriptionId
Inheritance
CanceledSubscriptionId
Attributes
Implements

Constructors

CanceledSubscriptionId()

Creates an new CanceledSubscriptionId instance.

Properties

SubscriptionId

The ID of the canceled subscription

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CanceledSubscriptionId.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CanceledSubscriptionId.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.ICanceledSubscriptionId.

FromJsonString(String)

Creates a new instance of CanceledSubscriptionId, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CanceledSubscriptionId into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to