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.SubscriptionCreationResultTypeConverter))]
public class SubscriptionCreationResult : Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ISubscriptionCreationResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.SubscriptionCreationResultTypeConverter))>]
type SubscriptionCreationResult = class
interface ISubscriptionCreationResult
interface IJsonSerializable
Public Class SubscriptionCreationResult
Implements ISubscriptionCreationResult
- Inheritance
-
SubscriptionCreationResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SubscriptionCreationResult() |
Creates an new SubscriptionCreationResult instance. |
Properties
| Name | Description |
|---|---|
| SubscriptionLink |
The link to the new subscription. Use this link to check the status of subscription creation operation. |
Methods
| Name | Description |
|---|---|
| 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.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() | |