Share via


PrivateCloud.DefinitionStages.WithAvailability Interface

public static interface PrivateCloud.DefinitionStages.WithAvailability

The stage of the PrivateCloud definition allowing to specify availability.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAvailability(AvailabilityProperties availability)

Specifies the availability property: Properties describing how the cloud is distributed across availability zones.

Method Details

withAvailability

public abstract PrivateCloud.DefinitionStages.WithCreate withAvailability(AvailabilityProperties availability)

Specifies the availability property: Properties describing how the cloud is distributed across availability zones.

Parameters:

availability - Properties describing how the cloud is distributed across availability zones.

Returns:

the next definition stage.

Applies to