AzureResourceLink Constructors

Definition

Overloads

Name Description
AzureResourceLink()

Initializes a new instance of the AzureResourceLink class.

AzureResourceLink(String)

Initializes a new instance of the AzureResourceLink class.

Initializes a new instance of the AzureResourceLink class.

public AzureResourceLink();
Public Sub New ()

Applies to

Initializes a new instance of the AzureResourceLink class.

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

Parameters

id
String

Azure resource Id

Applies to