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 = default);
static member ComputeScheduleZonePreference : string * Nullable<int> -> Azure.ResourceManager.ComputeSchedule.Models.ComputeScheduleZonePreference
Public Shared Function ComputeScheduleZonePreference (Optional zone As String = Nothing, Optional rank As Nullable(Of Integer) = Nothing) As ComputeScheduleZonePreference
Parameters
- zone
- String
The zone identifier.
Returns
A new ComputeScheduleZonePreference instance for mocking.