你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

资源组名称。

返回