PreviewSubscription 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.
Customer subscription which can use a sku.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.PreviewSubscriptionTypeConverter))]
public class PreviewSubscription : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.IPreviewSubscription
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.PreviewSubscriptionTypeConverter))>]
type PreviewSubscription = class
interface IPreviewSubscription
interface IJsonSerializable
Public Class PreviewSubscription
Implements IPreviewSubscription
- Inheritance
-
PreviewSubscription
- Attributes
- Implements
Constructors
PreviewSubscription() |
Creates an new PreviewSubscription instance. |
Properties
Id |
The ARM ID of the resource. |
Name |
The preview subscription ID. |
ProvisioningState |
The provisioning state of the PreviewSubscription resource. |
ResourceGroupName |
Gets the resource group name |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Type |
The type of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PreviewSubscription. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PreviewSubscription. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.IPreviewSubscription. |
FromJsonString(String) |
Creates a new instance of PreviewSubscription, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PreviewSubscription into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |