次の方法で共有


BandwidthSchedulesOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EdgeGateway.Models.BandwidthSchedule> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.EdgeGateway.IBandwidthSchedulesOperations operations, string deviceName, string name, Microsoft.Azure.Management.EdgeGateway.Models.BandwidthSchedule parameters, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.EdgeGateway.IBandwidthSchedulesOperations * string * string * Microsoft.Azure.Management.EdgeGateway.Models.BandwidthSchedule * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EdgeGateway.Models.BandwidthSchedule>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IBandwidthSchedulesOperations, deviceName As String, name As String, parameters As BandwidthSchedule, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BandwidthSchedule)

パラメーター

operations
IBandwidthSchedulesOperations

この拡張メソッドの操作グループ。

deviceName
String

デバイス名。

name
String

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

parameters
BandwidthSchedule

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

resourceGroupName
String

リソース グループ名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象