다음을 통해 공유


ScalingPlanPooledSchedules interface

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

메서드

create(string, string, string, ScalingPlanPooledSchedule, ScalingPlanPooledSchedulesCreateOptionalParams)

ScalingPlanPooledSchedule을 만들거나 업데이트합니다.

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

ScalingPlanPooledSchedule을 제거합니다.

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

ScalingPlanPooledSchedule을 가져옵니다.

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

ScalingPlanPooledSchedules를 나열합니다.

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

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 정의를 포함하는 개체입니다.

options
ScalingPlanPooledSchedulesCreateOptionalParams

옵션 매개 변수입니다.

반환

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의 이름입니다.

options
ScalingPlanPooledSchedulesDeleteOptionalParams

옵션 매개 변수입니다.

반환

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의 이름입니다.

options
ScalingPlanPooledSchedulesGetOptionalParams

옵션 매개 변수입니다.

반환

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

ScalingPlanPooledSchedules를 나열합니다.

function list(resourceGroupName: string, scalingPlanName: string, options?: ScalingPlanPooledSchedulesListOptionalParams): PagedAsyncIterableIterator<ScalingPlanPooledSchedule, ScalingPlanPooledSchedule[], PageSettings>

매개 변수

resourceGroupName

string

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

scalingPlanName

string

크기 조정 계획의 이름입니다.

options
ScalingPlanPooledSchedulesListOptionalParams

옵션 매개 변수입니다.

반환

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의 이름입니다.

options
ScalingPlanPooledSchedulesUpdateOptionalParams

옵션 매개 변수입니다.

반환