Compartilhar via


BandwidthSchedulesOperationsExtensions.CreateOrUpdate Método

Definição

Cria ou atualiza um agendamento de largura de banda.

public static Microsoft.Azure.Management.EdgeGateway.Models.BandwidthSchedule CreateOrUpdate (this Microsoft.Azure.Management.EdgeGateway.IBandwidthSchedulesOperations operations, string deviceName, string name, Microsoft.Azure.Management.EdgeGateway.Models.BandwidthSchedule parameters, string resourceGroupName);
static member CreateOrUpdate : Microsoft.Azure.Management.EdgeGateway.IBandwidthSchedulesOperations * string * string * Microsoft.Azure.Management.EdgeGateway.Models.BandwidthSchedule * string -> Microsoft.Azure.Management.EdgeGateway.Models.BandwidthSchedule
<Extension()>
Public Function CreateOrUpdate (operations As IBandwidthSchedulesOperations, deviceName As String, name As String, parameters As BandwidthSchedule, resourceGroupName As String) As 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.

Retornos

Aplica-se a