共用方式為


NetworkSecurityPerimeter Constructors

Definition

Overloads

NetworkSecurityPerimeter()

Initializes a new instance of the NetworkSecurityPerimeter class.

NetworkSecurityPerimeter(String, String, String)

Initializes a new instance of the NetworkSecurityPerimeter class.

NetworkSecurityPerimeter()

Initializes a new instance of the NetworkSecurityPerimeter class.

public NetworkSecurityPerimeter ();
Public Sub New ()

Applies to

NetworkSecurityPerimeter(String, String, String)

Initializes a new instance of the NetworkSecurityPerimeter class.

public NetworkSecurityPerimeter (string id = default, string perimeterGuid = default, string location = default);
new Microsoft.Azure.Management.EventHub.Models.NetworkSecurityPerimeter : string * string * string -> Microsoft.Azure.Management.EventHub.Models.NetworkSecurityPerimeter
Public Sub New (Optional id As String = Nothing, Optional perimeterGuid As String = Nothing, Optional location As String = Nothing)

Parameters

id
String

Fully qualified identifier of the resource

perimeterGuid
String

Guid of the resource

location
String

Location of the resource

Applies to