ComputeScheduleZonePreference(String, Int32) Constructor
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 ComputeScheduleZonePreference.
public ComputeScheduleZonePreference(string zone, int rank);
new Azure.ResourceManager.ComputeSchedule.Models.ComputeScheduleZonePreference : string * int -> Azure.ResourceManager.ComputeSchedule.Models.ComputeScheduleZonePreference
Public Sub New (zone As String, rank As Integer)
Parameters
- zone
- String
The zone identifier.
- rank
- Int32
The rank of this zone in the priority order.
Exceptions
zone is null.