SubscriptionCreationResult 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 created subscription object.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.SubscriptionCreationResultTypeConverter))]
public class SubscriptionCreationResult : Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.ISubscriptionCreationResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.SubscriptionCreationResultTypeConverter))>]
type SubscriptionCreationResult = class
interface ISubscriptionCreationResult
interface IJsonSerializable
Public Class SubscriptionCreationResult
Implements ISubscriptionCreationResult
- Inheritance
-
SubscriptionCreationResult
- Attributes
- Implements
Constructors
SubscriptionCreationResult() |
Creates an new SubscriptionCreationResult instance. |
Properties
SubscriptionLink |
The link to the new subscription. Use this link to check the status of subscription creation operation. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SubscriptionCreationResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SubscriptionCreationResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.ISubscriptionCreationResult. |
FromJsonString(String) |
Creates a new instance of SubscriptionCreationResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SubscriptionCreationResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |