Freigeben über


ComputeScheduleZonePreference(String, Int32) Constructor

Definition

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.

Applies to