NetworkSecurityPerimeterConfigurationListResult Class

Definition

A list of network security perimeter configurations.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.NetworkSecurityPerimeterConfigurationListResultTypeConverter))]
public class NetworkSecurityPerimeterConfigurationListResult : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkSecurityPerimeterConfigurationListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.NetworkSecurityPerimeterConfigurationListResultTypeConverter))>]
type NetworkSecurityPerimeterConfigurationListResult = class
    interface INetworkSecurityPerimeterConfigurationListResult
    interface IJsonSerializable
Public Class NetworkSecurityPerimeterConfigurationListResult
Implements INetworkSecurityPerimeterConfigurationListResult
Inheritance
NetworkSecurityPerimeterConfigurationListResult
Attributes
Implements

Constructors

NetworkSecurityPerimeterConfigurationListResult()

Creates an new NetworkSecurityPerimeterConfigurationListResult instance.

Properties

NextLink

Link to retrieve next page of results.

Value

Array of results.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkSecurityPerimeterConfigurationListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkSecurityPerimeterConfigurationListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkSecurityPerimeterConfigurationListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkSecurityPerimeterConfigurationListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to