Automations interface
자동화를 나타내는 인터페이스입니다.
메서드
create |
보안 자동화를 만들거나 업데이트합니다. 보안 자동화가 이미 만들어지고 동일한 자동화 ID에 대한 후속 요청이 실행되면 업데이트됩니다. |
delete(string, string, Automations |
보안 자동화를 삭제합니다. |
get(string, string, Automations |
보안 자동화의 모델에 대한 정보를 검색합니다. |
list(Automations |
지정된 구독의 모든 보안 자동화를 나열합니다. 응답에서 'nextLink' 속성을 사용하여 지정된 구독에 대한 보안 자동화의 다음 페이지를 가져옵니다. |
list |
지정된 리소스 그룹의 모든 보안 자동화를 나열합니다. 응답에서 'nextLink' 속성을 사용하여 지정된 리소스 그룹에 대한 보안 자동화의 다음 페이지를 가져옵니다. |
validate(string, string, Automation, Automations |
만들거나 업데이트하기 전에 보안 자동화 모델의 유효성을 검사합니다. 모든 유효성 검사 오류가 클라이언트에 반환됩니다. |
메서드 세부 정보
createOrUpdate(string, string, Automation, AutomationsCreateOrUpdateOptionalParams)
보안 자동화를 만들거나 업데이트합니다. 보안 자동화가 이미 만들어지고 동일한 자동화 ID에 대한 후속 요청이 실행되면 업데이트됩니다.
function createOrUpdate(resourceGroupName: string, automationName: string, automation: Automation, options?: AutomationsCreateOrUpdateOptionalParams): Promise<Automation>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- automationName
-
string
보안 자동화 이름입니다.
- automation
- Automation
보안 자동화 리소스
옵션 매개 변수입니다.
반환
Promise<Automation>
delete(string, string, AutomationsDeleteOptionalParams)
보안 자동화를 삭제합니다.
function delete(resourceGroupName: string, automationName: string, options?: AutomationsDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- automationName
-
string
보안 자동화 이름입니다.
- options
- AutomationsDeleteOptionalParams
옵션 매개 변수입니다.
반환
Promise<void>
get(string, string, AutomationsGetOptionalParams)
보안 자동화의 모델에 대한 정보를 검색합니다.
function get(resourceGroupName: string, automationName: string, options?: AutomationsGetOptionalParams): Promise<Automation>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- automationName
-
string
보안 자동화 이름입니다.
- options
- AutomationsGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<Automation>
list(AutomationsListOptionalParams)
지정된 구독의 모든 보안 자동화를 나열합니다. 응답에서 'nextLink' 속성을 사용하여 지정된 구독에 대한 보안 자동화의 다음 페이지를 가져옵니다.
function list(options?: AutomationsListOptionalParams): PagedAsyncIterableIterator<Automation, Automation[], PageSettings>
매개 변수
- options
- AutomationsListOptionalParams
옵션 매개 변수입니다.
반환
listByResourceGroup(string, AutomationsListByResourceGroupOptionalParams)
지정된 리소스 그룹의 모든 보안 자동화를 나열합니다. 응답에서 'nextLink' 속성을 사용하여 지정된 리소스 그룹에 대한 보안 자동화의 다음 페이지를 가져옵니다.
function listByResourceGroup(resourceGroupName: string, options?: AutomationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Automation, Automation[], PageSettings>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
옵션 매개 변수입니다.
반환
validate(string, string, Automation, AutomationsValidateOptionalParams)
만들거나 업데이트하기 전에 보안 자동화 모델의 유효성을 검사합니다. 모든 유효성 검사 오류가 클라이언트에 반환됩니다.
function validate(resourceGroupName: string, automationName: string, automation: Automation, options?: AutomationsValidateOptionalParams): Promise<AutomationValidationStatus>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- automationName
-
string
보안 자동화 이름입니다.
- automation
- Automation
보안 자동화 리소스
옵션 매개 변수입니다.
반환
Promise<AutomationValidationStatus>