ComputeScheduleZonePreference(String) 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);
new Azure.ResourceManager.ComputeSchedule.Models.ComputeScheduleZonePreference : string -> Azure.ResourceManager.ComputeSchedule.Models.ComputeScheduleZonePreference
Public Sub New (zone As String)
Parameters
- zone
- String
The zone identifier.
Exceptions
zone is null.