SubscriptionName 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.
The new name of the subscription.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.SubscriptionNameTypeConverter))]
public class SubscriptionName : Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.ISubscriptionName
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.SubscriptionNameTypeConverter))>]
type SubscriptionName = class
interface ISubscriptionName
interface IJsonSerializable
Public Class SubscriptionName
Implements ISubscriptionName
- Inheritance
-
SubscriptionName
- Attributes
- Implements
Constructors
SubscriptionName() |
Creates an new SubscriptionName instance. |
Properties
SubscriptionName1 |
New subscription name |
Methods
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.Api20211001.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() |