Skip to main content

events

Creates, updates, deletes, gets or lists an events resource.

Overview

Nameevents
TypeResource
Idazure.migrate_projects.events

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
enumerate_eventsexecsubscriptionId, resourceGroupName, migrateProjectNameapi-version, continuationToken, pageSize, Accept-Language

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
migrateProjectNamestringName of the Azure Migrate project.
resourceGroupNamestringName of the Azure Resource Group that migrate project is part of.
subscriptionIdstringAzure Subscription Id in which migrate project was created.
Accept-LanguagestringStandard request header. Used by service to respond to client in appropriate language.
api-versionstringStandard request header. Used by service to identify API version used by client.
continuationTokenstringThe continuation token.
pageSizeintegerThe number of items to be returned in a single page. This value is honored only if it is less than the 100.

Lifecycle Methods

OK

EXEC azure.migrate_projects.events.enumerate_events 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@migrateProjectName='{{ migrateProjectName }}' --required,
@api-version='{{ api-version }}',
@continuationToken='{{ continuationToken }}',
@pageSize='{{ pageSize }}',
@Accept-Language='{{ Accept-Language }}'
;