BandwidthSchedulesOperationsExtensions.BeginCreateOrUpdateAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET