你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IAutomationsOperations Interface

Definition

AutomationsOperations operations.

public interface IAutomationsOperations
type IAutomationsOperations = interface
Public Interface IAutomationsOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, Automation, Dictionary<String,List<String>>, 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.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a security automation.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves information about the model of a security automation.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<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.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<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.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<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.

ListWithHttpMessagesAsync(Dictionary<String,List<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.

ValidateWithHttpMessagesAsync(String, String, Automation, Dictionary<String,List<String>>, CancellationToken)

Validates the security automation model before create or update. Any validation errors are returned to the client.

Extension 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.

Applies to