Share via


EventSubscriptionsListResult Class

Definition

Result of the List EventSubscriptions operation

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionsListResultTypeConverter))]
public class EventSubscriptionsListResult : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionsListResultTypeConverter))>]
type EventSubscriptionsListResult = class
    interface IEventSubscriptionsListResult
    interface IJsonSerializable
Public Class EventSubscriptionsListResult
Implements IEventSubscriptionsListResult
Inheritance
EventSubscriptionsListResult
Attributes
Implements

Constructors

EventSubscriptionsListResult()

Creates an new EventSubscriptionsListResult instance.

Properties

NextLink

A link for the next page of event subscriptions

Value

A collection of EventSubscriptions

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventSubscriptionsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventSubscriptionsListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionsListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventSubscriptionsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to