ScalingPlanPooledSchedules interface
ScalingPlanPooledSchedules를 나타내는 인터페이스입니다.
메서드
| create(string, string, string, Scaling |
ScalingPlanPooledSchedule을 만들거나 업데이트합니다. |
| delete(string, string, string, Scaling |
ScalingPlanPooledSchedule을 제거합니다. |
| get(string, string, string, Scaling |
ScalingPlanPooledSchedule을 가져옵니다. |
| list(string, string, Scaling |
ScalingPlanPooledSchedules를 나열합니다. |
| update(string, string, string, Scaling |
ScalingPlanPooledSchedule을 업데이트합니다. |
메서드 세부 정보
create(string, string, string, ScalingPlanPooledSchedule, ScalingPlanPooledSchedulesCreateOptionalParams)
ScalingPlanPooledSchedule을 만들거나 업데이트합니다.
function create(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, scalingPlanSchedule: ScalingPlanPooledSchedule, options?: ScalingPlanPooledSchedulesCreateOptionalParams): Promise<ScalingPlanPooledSchedule>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- scalingPlanName
-
string
크기 조정 계획의 이름입니다.
- scalingPlanScheduleName
-
string
ScalingPlanSchedule의 이름입니다.
- scalingPlanSchedule
- ScalingPlanPooledSchedule
ScalingPlanPooledSchedule 정의를 포함하는 개체입니다.
옵션 매개 변수입니다.
반환
Promise<ScalingPlanPooledSchedule>
delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)
ScalingPlanPooledSchedule을 제거합니다.
function delete(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- scalingPlanName
-
string
크기 조정 계획의 이름입니다.
- scalingPlanScheduleName
-
string
ScalingPlanSchedule의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<void>
get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)
ScalingPlanPooledSchedule을 가져옵니다.
function get(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesGetOptionalParams): Promise<ScalingPlanPooledSchedule>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- scalingPlanName
-
string
크기 조정 계획의 이름입니다.
- scalingPlanScheduleName
-
string
ScalingPlanSchedule의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<ScalingPlanPooledSchedule>
list(string, string, ScalingPlanPooledSchedulesListOptionalParams)
ScalingPlanPooledSchedules를 나열합니다.
function list(resourceGroupName: string, scalingPlanName: string, options?: ScalingPlanPooledSchedulesListOptionalParams): PagedAsyncIterableIterator<ScalingPlanPooledSchedule, ScalingPlanPooledSchedule[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- scalingPlanName
-
string
크기 조정 계획의 이름입니다.
옵션 매개 변수입니다.
반환
update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)
ScalingPlanPooledSchedule을 업데이트합니다.
function update(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesUpdateOptionalParams): Promise<ScalingPlanPooledSchedule>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- scalingPlanName
-
string
크기 조정 계획의 이름입니다.
- scalingPlanScheduleName
-
string
ScalingPlanSchedule의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<ScalingPlanPooledSchedule>