SubscriptionsResponse 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.
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() |