Sdílet prostřednictvím


SbSubscriptionListResult Class

Definition

The response to the List Subscriptions operation.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.SbSubscriptionListResultTypeConverter))]
public class SbSubscriptionListResult : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ISbSubscriptionListResult
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.SbSubscriptionListResultTypeConverter))>]
type SbSubscriptionListResult = class
    interface ISbSubscriptionListResult
    interface IJsonSerializable
Public Class SbSubscriptionListResult
Implements ISbSubscriptionListResult
Inheritance
SbSubscriptionListResult
Attributes
Implements

Constructors

SbSubscriptionListResult()

Creates an new SbSubscriptionListResult instance.

Properties

NextLink

Link to the next set of results. Not empty if Value contains incomplete list of subscriptions.

Value

Result of the List Subscriptions operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SbSubscriptionListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SbSubscriptionListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ISbSubscriptionListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SbSubscriptionListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to