다음을 통해 공유


AutomationRules interface

AutomationRules를 나타내는 인터페이스입니다.

메서드

createOrUpdate(string, string, string, AutomationRulesCreateOrUpdateOptionalParams)

자동화 규칙을 만들거나 업데이트합니다.

delete(string, string, string, AutomationRulesDeleteOptionalParams)

자동화 규칙을 삭제합니다.

get(string, string, string, AutomationRulesGetOptionalParams)

자동화 규칙을 가져옵니다.

list(string, string, AutomationRulesListOptionalParams)

모든 자동화 규칙을 가져옵니다.

메서드 세부 정보

createOrUpdate(string, string, string, AutomationRulesCreateOrUpdateOptionalParams)

자동화 규칙을 만들거나 업데이트합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

workspaceName

string

작업 영역의 이름입니다.

automationRuleId

string

Automation 규칙 ID

options
AutomationRulesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<AutomationRule>

delete(string, string, string, AutomationRulesDeleteOptionalParams)

자동화 규칙을 삭제합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

workspaceName

string

작업 영역의 이름입니다.

automationRuleId

string

Automation 규칙 ID

options
AutomationRulesDeleteOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, string, AutomationRulesGetOptionalParams)

자동화 규칙을 가져옵니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

workspaceName

string

작업 영역의 이름입니다.

automationRuleId

string

Automation 규칙 ID

options
AutomationRulesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<AutomationRule>

list(string, string, AutomationRulesListOptionalParams)

모든 자동화 규칙을 가져옵니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

workspaceName

string

작업 영역의 이름입니다.

options
AutomationRulesListOptionalParams

옵션 매개 변수입니다.

반환