CustomAssessmentAutomations interface
CustomAssessmentAutomations를 나타내는 인터페이스입니다.
메서드
create(string, string, Custom |
제공된 구독에 대한 사용자 지정 평가 자동화를 만들거나 업데이트합니다. 기존 사용자 지정 평가 자동화를 제공하면 기존 레코드가 대체됩니다. |
delete(string, string, Custom |
제공된 구독의 이름으로 사용자 지정 평가 자동화를 삭제합니다. |
get(string, string, Custom |
제공된 구독 및 리소스 그룹의 이름으로 단일 사용자 지정 평가 자동화를 가져옵니다. |
list |
제공된 구독 및 리소스 그룹별 사용자 지정 평가 자동화 나열 |
list |
제공된 구독별 사용자 지정 평가 자동화 나열 |
메서드 세부 정보
create(string, string, CustomAssessmentAutomationRequest, CustomAssessmentAutomationsCreateOptionalParams)
제공된 구독에 대한 사용자 지정 평가 자동화를 만들거나 업데이트합니다. 기존 사용자 지정 평가 자동화를 제공하면 기존 레코드가 대체됩니다.
function create(resourceGroupName: string, customAssessmentAutomationName: string, customAssessmentAutomationBody: CustomAssessmentAutomationRequest, options?: CustomAssessmentAutomationsCreateOptionalParams): Promise<CustomAssessmentAutomation>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- customAssessmentAutomationName
-
string
사용자 지정 평가 자동화의 이름입니다.
- customAssessmentAutomationBody
- CustomAssessmentAutomationRequest
사용자 지정 평가 자동화 본문
옵션 매개 변수입니다.
반환
Promise<CustomAssessmentAutomation>
delete(string, string, CustomAssessmentAutomationsDeleteOptionalParams)
제공된 구독의 이름으로 사용자 지정 평가 자동화를 삭제합니다.
function delete(resourceGroupName: string, customAssessmentAutomationName: string, options?: CustomAssessmentAutomationsDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- customAssessmentAutomationName
-
string
사용자 지정 평가 자동화의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<void>
get(string, string, CustomAssessmentAutomationsGetOptionalParams)
제공된 구독 및 리소스 그룹의 이름으로 단일 사용자 지정 평가 자동화를 가져옵니다.
function get(resourceGroupName: string, customAssessmentAutomationName: string, options?: CustomAssessmentAutomationsGetOptionalParams): Promise<CustomAssessmentAutomation>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- customAssessmentAutomationName
-
string
사용자 지정 평가 자동화의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<CustomAssessmentAutomation>
listByResourceGroup(string, CustomAssessmentAutomationsListByResourceGroupOptionalParams)
제공된 구독 및 리소스 그룹별 사용자 지정 평가 자동화 나열
function listByResourceGroup(resourceGroupName: string, options?: CustomAssessmentAutomationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CustomAssessmentAutomation, CustomAssessmentAutomation[], PageSettings>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
옵션 매개 변수입니다.
반환
listBySubscription(CustomAssessmentAutomationsListBySubscriptionOptionalParams)
제공된 구독별 사용자 지정 평가 자동화 나열
function listBySubscription(options?: CustomAssessmentAutomationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CustomAssessmentAutomation, CustomAssessmentAutomation[], PageSettings>
매개 변수
옵션 매개 변수입니다.