Share via


NetworkSecurityPerimeter Class

Definition

NetworkSecurityPerimeter related information

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

Constructors

NetworkSecurityPerimeter()

Creates an new NetworkSecurityPerimeter instance.

Properties

Id

Fully qualified identifier of the resource

Location

Location of the resource

PerimeterGuid

Guid of the resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkSecurityPerimeter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkSecurityPerimeter.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkSecurityPerimeter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to