Share via


AzureResourceIdentifier Constructors

Definition

Overloads

AzureResourceIdentifier()

Initializes a new instance of the AzureResourceIdentifier class.

AzureResourceIdentifier(String)

Initializes a new instance of the AzureResourceIdentifier class.

AzureResourceIdentifier()

Initializes a new instance of the AzureResourceIdentifier class.

public AzureResourceIdentifier ();
Public Sub New ()

Applies to

AzureResourceIdentifier(String)

Initializes a new instance of the AzureResourceIdentifier class.

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

Parameters

azureResourceId
String

ARM resource identifier for the cloud resource being alerted on

Applies to