Compartilhar via


BandwidthSchedulesOperationsExtensions.BeginCreateOrUpdateAsync Método

Definição

Cria ou atualiza um agendamento de largura de banda.

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)

Parâmetros

operations
IBandwidthSchedulesOperations

O grupo de operações para esse método de extensão.

deviceName
String

O nome do dispositivo.

name
String

O nome do agendamento de largura de banda que precisa ser adicionado/atualizado.

parameters
BandwidthSchedule

O agendamento de largura de banda a ser adicionado ou atualizado.

resourceGroupName
String

O nome do grupo de recursos.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a