共用方式為


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

要新增或更新的頻寬排程。

傳回

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

要新增或更新的頻寬排程。

傳回

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

選項參數。

傳回

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

選項參數。

傳回

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

選項參數。

傳回

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

資源組名。

傳回