SliAmwAccount(ResourceIdentifier, ResourceIdentifier) Constructor
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.
Initializes a new instance of SliAmwAccount.
public SliAmwAccount(Azure.Core.ResourceIdentifier resourceId, Azure.Core.ResourceIdentifier identity);
new Azure.ResourceManager.Monitor.Slis.Models.SliAmwAccount : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Monitor.Slis.Models.SliAmwAccount
Public Sub New (resourceId As ResourceIdentifier, identity As ResourceIdentifier)
Parameters
- resourceId
- ResourceIdentifier
The ARM resource ID of the account where metrics are emitted.
- identity
- ResourceIdentifier
The ARM resource ID of the managed identity with access to the source account.
Exceptions
resourceId or identity is null.