Delen via


SecurityPolicyLink Constructors

Definition

Overloads

SecurityPolicyLink()

Initializes a new instance of the SecurityPolicyLink class.

SecurityPolicyLink(String)

Initializes a new instance of the SecurityPolicyLink class.

Initializes a new instance of the SecurityPolicyLink class.

public SecurityPolicyLink ();
Public Sub New ()

Applies to

Initializes a new instance of the SecurityPolicyLink class.

public SecurityPolicyLink (string id = default);
new Microsoft.Azure.Management.FrontDoor.Models.SecurityPolicyLink : string -> Microsoft.Azure.Management.FrontDoor.Models.SecurityPolicyLink
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

Resource ID.

Applies to