New-AzMonitoringAccountDestinationObject
Create an in-memory object for MonitoringAccountDestination.
Syntax
New-AzMonitoringAccountDestinationObject
[-AccountResourceId <String>]
[-Name <String>]
[<CommonParameters>]
Description
Create an in-memory object for MonitoringAccountDestination.
Examples
Example 1: Create monitoring account destination object
New-AzMonitoringAccountDestinationObject -AccountResourceId /subscriptions/da58aca0-2082-4f5a-85ba-27344286c17c/resourceGroups/mac-rg/providers/Microsoft.Monitor/accounts/mac-name1 -Name myMonitoringAccountDest1
AccountId AccountResourceId Name
--------- ----------------- ----
/subscriptions/da58aca0-2082-4f5a-85ba-27344286c17c/resourceGroups/mac-rg/providers/Microsoft.Monitor/accounts/mac-name1 myMonitoringAccountDest1
This command creates a monitoring account destination object.
Parameters
-AccountResourceId
The resource ID of the monitoring account.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.
Azure PowerShell