Compartir a través de


NetworkSecurityPerimeter Class

Definition

Properties that define a Network Security Perimeter resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.NetworkSecurityPerimeterTypeConverter))]
public class NetworkSecurityPerimeter : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkSecurityPerimeter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.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

Azure resource Id

Location

Regional location of the perimeter

PerimeterGuid

Guid of the Network Security Perimeter

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.ConnectedMachine.Models.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