ArmDataBoxEdgeModelFactory.BandwidthScheduleData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de BandwidthScheduleData.
public static Azure.ResourceManager.DataBoxEdge.BandwidthScheduleData BandwidthScheduleData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, TimeSpan startOn = default, TimeSpan stopOn = default, int rateInMbps = 0, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDayOfWeek> days = default);
static member BandwidthScheduleData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * TimeSpan * TimeSpan * int * seq<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDayOfWeek> -> Azure.ResourceManager.DataBoxEdge.BandwidthScheduleData
Public Shared Function BandwidthScheduleData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional startOn As TimeSpan = Nothing, Optional stopOn As TimeSpan = Nothing, Optional rateInMbps As Integer = 0, Optional days As IEnumerable(Of DataBoxEdgeDayOfWeek) = Nothing) As BandwidthScheduleData
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- startOn
- TimeSpan
A hora de início do agendamento em UTC.
- stopOn
- TimeSpan
A hora de parada do agendamento em UTC.
- rateInMbps
- Int32
A taxa de largura de banda em Mbps.
Os dias da semana em que esse agendamento é aplicável.
Retornos
Uma nova BandwidthScheduleData instância para simulação.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET