Share via


RenamedSubscriptionId Class

Definition

The ID of the subscriptions that is being renamed

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

Constructors

RenamedSubscriptionId()

Creates an new RenamedSubscriptionId instance.

Properties

SubscriptionId

The ID of the subscriptions that is being renamed

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RenamedSubscriptionId.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RenamedSubscriptionId.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RenamedSubscriptionId into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to