Delen via


AutomationRules interface

Interface die een AutomationRules voorstelt.

Methoden

createOrUpdate(string, string, string, AutomationRulesCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u de automatiseringsregel bij.

delete(string, string, string, AutomationRulesDeleteOptionalParams)

Verwijder de automatiseringsregel.

get(string, string, string, AutomationRulesGetOptionalParams)

Hiermee haalt u de automatiseringsregel op.

list(string, string, AutomationRulesListOptionalParams)

Hiermee haalt u alle automatiseringsregels op.

Methodedetails

createOrUpdate(string, string, string, AutomationRulesCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u de automatiseringsregel bij.

function createOrUpdate(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesCreateOrUpdateOptionalParams): Promise<AutomationRule>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

workspaceName

string

De naam van de werkruimte.

automationRuleId

string

Automation-regel-id

options
AutomationRulesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<AutomationRule>

delete(string, string, string, AutomationRulesDeleteOptionalParams)

Verwijder de automatiseringsregel.

function delete(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesDeleteOptionalParams): Promise<AutomationRulesDeleteResponse>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

workspaceName

string

De naam van de werkruimte.

automationRuleId

string

Automation-regel-id

options
AutomationRulesDeleteOptionalParams

De optiesparameters.

Retouren

get(string, string, string, AutomationRulesGetOptionalParams)

Hiermee haalt u de automatiseringsregel op.

function get(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesGetOptionalParams): Promise<AutomationRule>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

workspaceName

string

De naam van de werkruimte.

automationRuleId

string

Automation-regel-id

options
AutomationRulesGetOptionalParams

De optiesparameters.

Retouren

Promise<AutomationRule>

list(string, string, AutomationRulesListOptionalParams)

Hiermee haalt u alle automatiseringsregels op.

function list(resourceGroupName: string, workspaceName: string, options?: AutomationRulesListOptionalParams): PagedAsyncIterableIterator<AutomationRule, AutomationRule[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

workspaceName

string

De naam van de werkruimte.

options
AutomationRulesListOptionalParams

De optiesparameters.

Retouren