ArmDataBoxEdgeModelFactory.BandwidthScheduleData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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