Share via


NetworkSecurityPerimeterConfigurationList Class

Definition

Result of the List NetworkSecurityPerimeterConfiguration operation.

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

Constructors

NetworkSecurityPerimeterConfigurationList()

Creates an new NetworkSecurityPerimeterConfigurationList instance.

Properties

Value

A collection of NetworkSecurityPerimeterConfigurations

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkSecurityPerimeterConfigurationList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkSecurityPerimeterConfigurationList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkSecurityPerimeterConfigurationList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to