events
Creates, updates, deletes, gets or lists an events
resource.
Overview
Name | events |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
enumerate_events | exec | subscriptionId , resourceGroupName , migrateProjectName | api-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.
Name | Datatype | Description |
---|---|---|
migrateProjectName | string | Name of the Azure Migrate project. |
resourceGroupName | string | Name of the Azure Resource Group that migrate project is part of. |
subscriptionId | string | Azure Subscription Id in which migrate project was created. |
Accept-Language | string | Standard request header. Used by service to respond to client in appropriate language. |
api-version | string | Standard request header. Used by service to identify API version used by client. |
continuationToken | string | The continuation token. |
pageSize | integer | The number of items to be returned in a single page. This value is honored only if it is less than the 100. |
Lifecycle Methods
- enumerate_events
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 }}'
;