Interface Cluster.DefinitionStages.WithIsAvailabilityZonesEnabled

All Known Subinterfaces:
Cluster.Definition, Cluster.DefinitionStages.WithCreate
Enclosing interface:
Cluster.DefinitionStages

public static interface Cluster.DefinitionStages.WithIsAvailabilityZonesEnabled
The stage of the Cluster definition allowing to specify isAvailabilityZonesEnabled.
  • Method Details

    • withIsAvailabilityZonesEnabled

      Cluster.DefinitionStages.WithCreate withIsAvailabilityZonesEnabled(Boolean isAvailabilityZonesEnabled)
      Specifies the isAvailabilityZonesEnabled property: Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones..
      Parameters:
      isAvailabilityZonesEnabled - Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones.
      Returns:
      the next definition stage.