ActivityOperations class
Class representing a ActivityOperations.
Constructors
Activity |
Create a ActivityOperations. |
Methods
get(string, string, string, string, Request |
Retrieve the activity in the module identified by module name and activity name. |
get(string, string, string, string, Request |
|
get(string, string, string, string, Service |
|
list |
Retrieve a list of activities in the module identified by module name. |
list |
|
list |
|
list |
Retrieve a list of activities in the module identified by module name. |
list |
|
list |
Constructor Details
ActivityOperations(AutomationClientContext)
Create a ActivityOperations.
new ActivityOperations(client: AutomationClientContext)
Parameters
- client
- AutomationClientContext
Reference to the service client.
Method Details
get(string, string, string, string, RequestOptionsBase)
Retrieve the activity in the module identified by module name and activity name.
function get(resourceGroupName: string, automationAccountName: string, moduleName: string, activityName: string, options?: RequestOptionsBase): Promise<ActivityGetResponse>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- moduleName
-
string
The name of module.
- activityName
-
string
The name of activity.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<ActivityGetResponse>
Promise<Models.ActivityGetResponse>
get(string, string, string, string, RequestOptionsBase, ServiceCallback<Activity>)
function get(resourceGroupName: string, automationAccountName: string, moduleName: string, activityName: string, options: RequestOptionsBase, callback: ServiceCallback<Activity>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- moduleName
-
string
The name of module.
- activityName
-
string
The name of activity.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
get(string, string, string, string, ServiceCallback<Activity>)
function get(resourceGroupName: string, automationAccountName: string, moduleName: string, activityName: string, callback: ServiceCallback<Activity>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- moduleName
-
string
The name of module.
- activityName
-
string
The name of activity.
- callback
The callback
listByModule(string, string, string, RequestOptionsBase)
Retrieve a list of activities in the module identified by module name.
function listByModule(resourceGroupName: string, automationAccountName: string, moduleName: string, options?: RequestOptionsBase): Promise<ActivityListByModuleResponse>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- moduleName
-
string
The name of module.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<ActivityListByModuleResponse>
Promise<Models.ActivityListByModuleResponse>
listByModule(string, string, string, RequestOptionsBase, ServiceCallback<ActivityListResult>)
function listByModule(resourceGroupName: string, automationAccountName: string, moduleName: string, options: RequestOptionsBase, callback: ServiceCallback<ActivityListResult>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- moduleName
-
string
The name of module.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listByModule(string, string, string, ServiceCallback<ActivityListResult>)
function listByModule(resourceGroupName: string, automationAccountName: string, moduleName: string, callback: ServiceCallback<ActivityListResult>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- moduleName
-
string
The name of module.
- callback
The callback
listByModuleNext(string, RequestOptionsBase)
Retrieve a list of activities in the module identified by module name.
function listByModuleNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ActivityListByModuleNextResponse>
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<ActivityListByModuleNextResponse>
Promise<Models.ActivityListByModuleNextResponse>
listByModuleNext(string, RequestOptionsBase, ServiceCallback<ActivityListResult>)
function listByModuleNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ActivityListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listByModuleNext(string, ServiceCallback<ActivityListResult>)
function listByModuleNext(nextPageLink: string, callback: ServiceCallback<ActivityListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- callback
The callback