Edit

Share via


New-AzEventGridResourceMoveChangeHistoryObject

Create an in-memory object for ResourceMoveChangeHistory.

Syntax

Default (Default)

New-AzEventGridResourceMoveChangeHistoryObject
    [-AzureSubscriptionId <String>]
    [-ChangedTimeUtc <DateTime>]
    [-ResourceGroupName <String>]
    [<CommonParameters>]

Description

Create an in-memory object for ResourceMoveChangeHistory.

Examples

Example 1: Create an in-memory object for ResourceMoveChangeHistory.

New-AzEventGridResourceMoveChangeHistoryObject -AzureSubscriptionId "{subId}" -ChangedTimeUtc "2023-12-10T11:06:13.109Z" -ResourceGroupName azps_test_group_eventgrid
AzureSubscriptionId ChangedTimeUtc         ResourceGroupName
------------------- --------------         -----------------
{subId}             2023-12-10 07:06:13 PM azps_test_group_eventgrid2

Create an in-memory object for ResourceMoveChangeHistory.

Parameters

-AzureSubscriptionId

Azure subscription ID of the resource.

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

-ChangedTimeUtc

UTC timestamp of when the resource was changed.

Parameter properties

Type:DateTime
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

-ResourceGroupName

Azure Resource Group of the resource.

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

ResourceMoveChangeHistory