AlertProcessingRulesOperations interface
AlertProcessingRules 작업을 나타내는 인터페이스입니다.
속성
| create |
경고 처리 규칙을 만들거나 업데이트합니다. |
| delete | |
| get |
이름으로 경고 처리 규칙을 가져옵니다. |
| list |
리소스 그룹의 모든 경고 처리 규칙을 나열합니다. |
| list |
구독의 모든 경고 처리 규칙을 나열합니다. |
| update | 경고 처리 규칙에 대한 태그를 사용하거나 사용하지 않도록 설정하거나 업데이트합니다. |
속성 세부 정보
createOrUpdate
경고 처리 규칙을 만들거나 업데이트합니다.
createOrUpdate: (resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRule: AlertProcessingRule, options?: AlertProcessingRulesCreateOrUpdateOptionalParams) => Promise<AlertProcessingRule>
속성 값
(resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRule: AlertProcessingRule, options?: AlertProcessingRulesCreateOrUpdateOptionalParams) => Promise<AlertProcessingRule>
delete
delete: (resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesDeleteOptionalParams) => Promise<void>
속성 값
(resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesDeleteOptionalParams) => Promise<void>
getByName
이름으로 경고 처리 규칙을 가져옵니다.
getByName: (resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesGetByNameOptionalParams) => Promise<AlertProcessingRule>
속성 값
(resourceGroupName: string, alertProcessingRuleName: string, options?: AlertProcessingRulesGetByNameOptionalParams) => Promise<AlertProcessingRule>
listByResourceGroup
리소스 그룹의 모든 경고 처리 규칙을 나열합니다.
listByResourceGroup: (resourceGroupName: string, options?: AlertProcessingRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>
속성 값
(resourceGroupName: string, options?: AlertProcessingRulesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>
listBySubscription
구독의 모든 경고 처리 규칙을 나열합니다.
listBySubscription: (options?: AlertProcessingRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>
속성 값
(options?: AlertProcessingRulesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<AlertProcessingRule, AlertProcessingRule[], PageSettings>
update
경고 처리 규칙에 대한 태그를 사용하거나 사용하지 않도록 설정하거나 업데이트합니다.
update: (resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRulePatch: PatchObject, options?: AlertProcessingRulesUpdateOptionalParams) => Promise<AlertProcessingRule>
속성 값
(resourceGroupName: string, alertProcessingRuleName: string, alertProcessingRulePatch: PatchObject, options?: AlertProcessingRulesUpdateOptionalParams) => Promise<AlertProcessingRule>