AzureResourceIdentifier Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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