ArmDataBoxEdgeModelFactory.BandwidthScheduleData Method

Definition

Initializes a new instance of 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 = default, 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 * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<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 Nullable(Of TimeSpan) = Nothing, Optional stopOn As Nullable(Of TimeSpan) = Nothing, Optional rateInMbps As Nullable(Of Integer) = Nothing, Optional days As IEnumerable(Of DataBoxEdgeDayOfWeek) = Nothing) As BandwidthScheduleData

Parameters

name
String
resourceType
ResourceType
systemData
SystemData
startOn
Nullable<TimeSpan>
stopOn
Nullable<TimeSpan>
rateInMbps
Nullable<Int32>

Returns

Applies to