Edit

Share via


New-AzMonitoringAccountDestinationObject

Create an in-memory object for MonitoringAccountDestination.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

MonitoringAccountDestination