Aracılığıyla paylaş


ScalingPlanPooledSchedules interface

ScalingPlanPooledSchedules'u temsil eden arabirim.

Yöntemler

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

ScalingPlanPooledSchedule oluşturun veya güncelleştirin.

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

ScalingPlanPooledSchedule öğesini kaldırın.

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

ScalingPlanPooledSchedule alın.

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

ScalingPlanPooledSchedules listesini ekleyin.

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

ScalingPlanPooledSchedule'u güncelleştirin.

Yöntem Ayrıntıları

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

ScalingPlanPooledSchedule oluşturun veya güncelleştirin.

function create(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, scalingPlanSchedule: ScalingPlanPooledSchedule, options?: ScalingPlanPooledSchedulesCreateOptionalParams): Promise<ScalingPlanPooledSchedule>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

scalingPlanName

string

Ölçeklendirme planının adı.

scalingPlanScheduleName

string

ScalingPlanSchedule adı

scalingPlanSchedule
ScalingPlanPooledSchedule

ScalingPlanPooledSchedule tanımlarını içeren nesne.

options
ScalingPlanPooledSchedulesCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

ScalingPlanPooledSchedule öğesini kaldırın.

function delete(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesDeleteOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

scalingPlanName

string

Ölçeklendirme planının adı.

scalingPlanScheduleName

string

ScalingPlanSchedule adı

options
ScalingPlanPooledSchedulesDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

ScalingPlanPooledSchedule alın.

function get(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesGetOptionalParams): Promise<ScalingPlanPooledSchedule>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

scalingPlanName

string

Ölçeklendirme planının adı.

scalingPlanScheduleName

string

ScalingPlanSchedule adı

options
ScalingPlanPooledSchedulesGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

ScalingPlanPooledSchedules listesini ekleyin.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

scalingPlanName

string

Ölçeklendirme planının adı.

options
ScalingPlanPooledSchedulesListOptionalParams

Seçenekler parametreleri.

Döndürülenler

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

ScalingPlanPooledSchedule'u güncelleştirin.

function update(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesUpdateOptionalParams): Promise<ScalingPlanPooledSchedule>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

scalingPlanName

string

Ölçeklendirme planının adı.

scalingPlanScheduleName

string

ScalingPlanSchedule adı

options
ScalingPlanPooledSchedulesUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler