你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PreviewSubscriptionProperties Class

Definition

PreviewSubscription properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.PreviewSubscriptionPropertiesTypeConverter))]
public class PreviewSubscriptionProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.IPreviewSubscriptionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.PreviewSubscriptionPropertiesTypeConverter))>]
type PreviewSubscriptionProperties = class
    interface IPreviewSubscriptionProperties
    interface IJsonSerializable
Public Class PreviewSubscriptionProperties
Implements IPreviewSubscriptionProperties
Inheritance
PreviewSubscriptionProperties
Attributes
Implements

Constructors

PreviewSubscriptionProperties()

Creates an new PreviewSubscriptionProperties instance.

Properties

ProvisioningState

The provisioning state of the PreviewSubscription resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PreviewSubscriptionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PreviewSubscriptionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.IPreviewSubscriptionProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PreviewSubscriptionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to