Megosztás a következőn keresztül:


SubscriptionsResponse Class

Definition

Subscription list operation response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.SubscriptionsResponseTypeConverter))]
public class SubscriptionsResponse : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ISubscriptionsResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.SubscriptionsResponseTypeConverter))>]
type SubscriptionsResponse = class
    interface ISubscriptionsResponse
    interface IJsonSerializable
Public Class SubscriptionsResponse
Implements ISubscriptionsResponse
Inheritance
SubscriptionsResponse
Attributes
Implements

Constructors

SubscriptionsResponse()

Creates an new SubscriptionsResponse instance.

Properties

Count

Number of subscriptions on the page

SkipToken

The skip token to retrieve the next page.

Value

An array of subscriptions.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubscriptionsResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubscriptionsResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ISubscriptionsResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubscriptionsResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to