Server.UpdateStages.WithStorageProfile Interface

public static interface Server.UpdateStages.WithStorageProfile

The stage of the Server update allowing to specify storageProfile.

Method Summary

Modifier and Type Method and Description
abstract Update withStorageProfile(StorageProfile storageProfile)

Specifies the storageProfile property: Storage profile of a server..

Method Details

withStorageProfile

public abstract Server.Update withStorageProfile(StorageProfile storageProfile)

Specifies the storageProfile property: Storage profile of a server..

Parameters:

storageProfile - Storage profile of a server.

Returns:

the next definition stage.

Applies to