Udostępnij przez


SubscriptionName Class

Definition

The new name of the subscription.

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

Constructors

Name Description
SubscriptionName()

Creates an new SubscriptionName instance.

Properties

Name Description
SubscriptionName1

New subscription name

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubscriptionName.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubscriptionName.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubscriptionName into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to