Partager via


BandwidthSchedulesOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

Crée ou met à jour une planification de bande passante.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.BandwidthSchedule> CreateOrUpdateAsync (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 CreateOrUpdateAsync : 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 CreateOrUpdateAsync (operations As IBandwidthSchedulesOperations, deviceName As String, name As String, parameters As BandwidthSchedule, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BandwidthSchedule)

Paramètres

operations
IBandwidthSchedulesOperations

Groupe d’opérations pour cette méthode d’extension.

deviceName
String

Le nom de l'appareil.

name
String

Nom de la planification de bande passante qui doit être ajouté/mis à jour.

parameters
BandwidthSchedule

Planification de la bande passante à ajouter ou à mettre à jour.

resourceGroupName
String

Nom du groupe de ressources.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à