Microsoft.DataBoxEdge dataBoxEdgeDevices/bandwidthSchedules

ARM template resource definition

The dataBoxEdgeDevices/bandwidthSchedules resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules resource, add the following JSON to your template.

{
  "type": "Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules",
  "apiVersion": "2023-12-01",
  "name": "string",
  "properties": {
    "days": [ "string" ],
    "rateInMbps": "int",
    "start": "string",
    "stop": "string"
  }
}

Property values

dataBoxEdgeDevices/bandwidthSchedules

Name Description Value
type The resource type 'Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules'
apiVersion The resource api version '2023-12-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties The properties of the bandwidth schedule. BandwidthScheduleProperties (required)

BandwidthScheduleProperties

Name Description Value
days The days of the week when this schedule is applicable. String array containing any of:
'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday' (required)

rateInMbps The bandwidth rate in Mbps. int (required)
start The start time of the schedule in UTC. string (required)
stop The stop time of the schedule in UTC. string (required)