NetworkRuleSetListResult Class

Definition

Paged collection of NetworkRuleSet items

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.NetworkRuleSetListResultTypeConverter))]
public class NetworkRuleSetListResult : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.INetworkRuleSetListResult
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.NetworkRuleSetListResultTypeConverter))>]
type NetworkRuleSetListResult = class
    interface INetworkRuleSetListResult
    interface IJsonSerializable
Public Class NetworkRuleSetListResult
Implements INetworkRuleSetListResult
Inheritance
NetworkRuleSetListResult
Attributes
Implements

Constructors

Name Description
NetworkRuleSetListResult()

Creates an new NetworkRuleSetListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The NetworkRuleSet items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkRuleSetListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkRuleSetListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.INetworkRuleSetListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkRuleSetListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to