你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AutomationsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for AutomationsOperations
public static class AutomationsOperationsExtensions
type AutomationsOperationsExtensions = class
Public Module AutomationsOperationsExtensions
- Inheritance
-
AutomationsOperationsExtensions
Methods
CreateOrUpdate(IAutomationsOperations, String, String, Automation) |
Creates or updates a security automation. If a security automation is already created and a subsequent request is issued for the same automation id, then it will be updated. |
CreateOrUpdateAsync(IAutomationsOperations, String, String, Automation, CancellationToken) |
Creates or updates a security automation. If a security automation is already created and a subsequent request is issued for the same automation id, then it will be updated. |
Delete(IAutomationsOperations, String, String) |
Deletes a security automation. |
DeleteAsync(IAutomationsOperations, String, String, CancellationToken) |
Deletes a security automation. |
Get(IAutomationsOperations, String, String) |
Retrieves information about the model of a security automation. |
GetAsync(IAutomationsOperations, String, String, CancellationToken) |
Retrieves information about the model of a security automation. |
List(IAutomationsOperations) |
Lists all the security automations in the specified subscription. Use the 'nextLink' property in the response to get the next page of security automations for the specified subscription. |
ListAsync(IAutomationsOperations, CancellationToken) |
Lists all the security automations in the specified subscription. Use the 'nextLink' property in the response to get the next page of security automations for the specified subscription. |
ListByResourceGroup(IAutomationsOperations, String) |
Lists all the security automations in the specified resource group. Use the 'nextLink' property in the response to get the next page of security automations for the specified resource group. |
ListByResourceGroupAsync(IAutomationsOperations, String, CancellationToken) |
Lists all the security automations in the specified resource group. Use the 'nextLink' property in the response to get the next page of security automations for the specified resource group. |
ListByResourceGroupNext(IAutomationsOperations, String) |
Lists all the security automations in the specified resource group. Use the 'nextLink' property in the response to get the next page of security automations for the specified resource group. |
ListByResourceGroupNextAsync(IAutomationsOperations, String, CancellationToken) |
Lists all the security automations in the specified resource group. Use the 'nextLink' property in the response to get the next page of security automations for the specified resource group. |
ListNext(IAutomationsOperations, String) |
Lists all the security automations in the specified subscription. Use the 'nextLink' property in the response to get the next page of security automations for the specified subscription. |
ListNextAsync(IAutomationsOperations, String, CancellationToken) |
Lists all the security automations in the specified subscription. Use the 'nextLink' property in the response to get the next page of security automations for the specified subscription. |
Validate(IAutomationsOperations, String, String, Automation) |
Validates the security automation model before create or update. Any validation errors are returned to the client. |
ValidateAsync(IAutomationsOperations, String, String, Automation, CancellationToken) |
Validates the security automation model before create or update. Any validation errors are returned to the client. |