次の方法で共有


BandwidthSchedules interface

BandwidthSchedules を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, BandwidthSchedule, BandwidthSchedulesCreateOrUpdateOptionalParams)

帯域幅スケジュールを作成または更新します。

beginCreateOrUpdateAndWait(string, string, string, BandwidthSchedule, BandwidthSchedulesCreateOrUpdateOptionalParams)

帯域幅スケジュールを作成または更新します。

beginDelete(string, string, string, BandwidthSchedulesDeleteOptionalParams)

指定した帯域幅スケジュールを削除します。

beginDeleteAndWait(string, string, string, BandwidthSchedulesDeleteOptionalParams)

指定した帯域幅スケジュールを削除します。

get(string, string, string, BandwidthSchedulesGetOptionalParams)

指定した帯域幅スケジュールのプロパティを取得します。

listByDataBoxEdgeDevice(string, string, BandwidthSchedulesListByDataBoxEdgeDeviceOptionalParams)

Data Box Edge/Data Box Gateway デバイスのすべての帯域幅スケジュールを取得します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, BandwidthSchedule, BandwidthSchedulesCreateOrUpdateOptionalParams)

帯域幅スケジュールを作成または更新します。

function beginCreateOrUpdate(deviceName: string, name: string, resourceGroupName: string, parameters: BandwidthSchedule, options?: BandwidthSchedulesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BandwidthSchedule>, BandwidthSchedule>>

パラメーター

deviceName

string

デバイス名。

name

string

追加または更新する必要がある帯域幅スケジュール名。

resourceGroupName

string

リソース グループ名。

parameters
BandwidthSchedule

追加または更新する帯域幅スケジュール。

options
BandwidthSchedulesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<BandwidthSchedule>, BandwidthSchedule>>

beginCreateOrUpdateAndWait(string, string, string, BandwidthSchedule, BandwidthSchedulesCreateOrUpdateOptionalParams)

帯域幅スケジュールを作成または更新します。

function beginCreateOrUpdateAndWait(deviceName: string, name: string, resourceGroupName: string, parameters: BandwidthSchedule, options?: BandwidthSchedulesCreateOrUpdateOptionalParams): Promise<BandwidthSchedule>

パラメーター

deviceName

string

デバイス名。

name

string

追加または更新する必要がある帯域幅スケジュール名。

resourceGroupName

string

リソース グループ名。

parameters
BandwidthSchedule

追加または更新する帯域幅スケジュール。

options
BandwidthSchedulesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginDelete(string, string, string, BandwidthSchedulesDeleteOptionalParams)

指定した帯域幅スケジュールを削除します。

function beginDelete(deviceName: string, name: string, resourceGroupName: string, options?: BandwidthSchedulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

deviceName

string

デバイス名。

name

string

帯域幅スケジュール名。

resourceGroupName

string

リソース グループ名。

options
BandwidthSchedulesDeleteOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, BandwidthSchedulesDeleteOptionalParams)

指定した帯域幅スケジュールを削除します。

function beginDeleteAndWait(deviceName: string, name: string, resourceGroupName: string, options?: BandwidthSchedulesDeleteOptionalParams): Promise<void>

パラメーター

deviceName

string

デバイス名。

name

string

帯域幅スケジュール名。

resourceGroupName

string

リソース グループ名。

options
BandwidthSchedulesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, BandwidthSchedulesGetOptionalParams)

指定した帯域幅スケジュールのプロパティを取得します。

function get(deviceName: string, name: string, resourceGroupName: string, options?: BandwidthSchedulesGetOptionalParams): Promise<BandwidthSchedule>

パラメーター

deviceName

string

デバイス名。

name

string

帯域幅スケジュール名。

resourceGroupName

string

リソース グループ名。

options
BandwidthSchedulesGetOptionalParams

options パラメーター。

戻り値

listByDataBoxEdgeDevice(string, string, BandwidthSchedulesListByDataBoxEdgeDeviceOptionalParams)

Data Box Edge/Data Box Gateway デバイスのすべての帯域幅スケジュールを取得します。

function listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: BandwidthSchedulesListByDataBoxEdgeDeviceOptionalParams): PagedAsyncIterableIterator<BandwidthSchedule, BandwidthSchedule[], PageSettings>

パラメーター

deviceName

string

デバイス名。

resourceGroupName

string

リソース グループ名。

options
BandwidthSchedulesListByDataBoxEdgeDeviceOptionalParams

options パラメーター。

戻り値