NetworkRuleSetListResult 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.
The response of the List NetworkRuleSet operation
[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
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.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() |