ArmComputeScheduleModelFactory.ComputeScheduleZonePreference 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.
A zone preference with a zone identifier and rank.
public static Azure.ResourceManager.ComputeSchedule.Models.ComputeScheduleZonePreference ComputeScheduleZonePreference(string zone = default, int rank = 0);
static member ComputeScheduleZonePreference : string * int -> Azure.ResourceManager.ComputeSchedule.Models.ComputeScheduleZonePreference
Public Shared Function ComputeScheduleZonePreference (Optional zone As String = Nothing, Optional rank As Integer = 0) As ComputeScheduleZonePreference
Parameters
- zone
- String
The zone identifier.
- rank
- Int32
The rank of this zone in the priority order.
Returns
A new ComputeScheduleZonePreference instance for mocking.