Udostępnij przez


PreviewSubscriptionsList Class

Definition

A list of customer subscriptions which can use a sku.

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

Constructors

Name Description
PreviewSubscriptionsList()

Creates an new PreviewSubscriptionsList instance.

Properties

Name Description
NextLink

The URL to get the next set of results.

Value

A list of preview subscriptions.

Methods

Name Description
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.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