你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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