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

PreviewSubscriptionsList Class

Definition

A list of customer subscriptions which can use a sku.

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

Constructors

PreviewSubscriptionsList()

Creates an new PreviewSubscriptionsList instance.

Properties

NextLink

The URL to get the next set of results.

Value

A list of preview subscriptions.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PreviewSubscriptionsList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PreviewSubscriptionsList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PreviewSubscriptionsList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to