Compartir a través de


BandwidthSchedulesOperationsExtensions.BeginCreateOrUpdateAsync Método

Definición

Crea o actualiza una programación de ancho de banda.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.BandwidthSchedule> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.DataBoxEdge.IBandwidthSchedulesOperations operations, string deviceName, string name, Microsoft.Azure.Management.DataBoxEdge.Models.BandwidthSchedule parameters, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.DataBoxEdge.IBandwidthSchedulesOperations * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.BandwidthSchedule * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.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

Grupo de operaciones para este método de extensión.

deviceName
String

El nombre de dispositivo.

name
String

Nombre de la programación de ancho de banda que debe agregarse o actualizarse.

parameters
BandwidthSchedule

Programación de ancho de banda que se va a agregar o actualizar.

resourceGroupName
String

El nombre del grupo de recursos.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a