Volume.DefinitionStages.WithDataProtection Interface

public static interface Volume.DefinitionStages.WithDataProtection

The stage of the Volume definition allowing to specify dataProtection.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDataProtection(VolumePropertiesDataProtection dataProtection)

Specifies the dataProtection property: DataProtection DataProtection type volumes include an object containing details of the replication.

Method Details

withDataProtection

public abstract Volume.DefinitionStages.WithCreate withDataProtection(VolumePropertiesDataProtection dataProtection)

Specifies the dataProtection property: DataProtection DataProtection type volumes include an object containing details of the replication.

Parameters:

dataProtection - DataProtection DataProtection type volumes include an object containing details of the replication.

Returns:

the next definition stage.

Applies to