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

BandwidthSchedulesOperationsExtensions.BeginCreateOrUpdate 方法

定义

创建或更新带宽计划。

public static Microsoft.Azure.Management.DataBoxEdge.Models.BandwidthSchedule BeginCreateOrUpdate (this Microsoft.Azure.Management.DataBoxEdge.IBandwidthSchedulesOperations operations, string deviceName, string name, Microsoft.Azure.Management.DataBoxEdge.Models.BandwidthSchedule parameters, string resourceGroupName);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.DataBoxEdge.IBandwidthSchedulesOperations * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.BandwidthSchedule * string -> Microsoft.Azure.Management.DataBoxEdge.Models.BandwidthSchedule
<Extension()>
Public Function BeginCreateOrUpdate (operations As IBandwidthSchedulesOperations, deviceName As String, name As String, parameters As BandwidthSchedule, resourceGroupName As String) As BandwidthSchedule

参数

operations
IBandwidthSchedulesOperations

此扩展方法的操作组。

deviceName
String

设备名称。

name
String

需要添加/更新的带宽计划名称。

parameters
BandwidthSchedule

要添加或更新的带宽计划。

resourceGroupName
String

资源组名称。

返回

适用于