Share via


NetworkRuleSetListResult Class

Definition

The response of the List NetworkRuleSet operation.

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

Constructors

NetworkRuleSetListResult()

Creates an new NetworkRuleSetListResult instance.

Properties

NextLink

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

Value

Result of the List NetworkRuleSet operation.

Methods

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.ServiceBus.Models.Api20221001Preview.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