你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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