FlowLogSettings.UpdateStages.WithStorageAccount Interface

public static interface FlowLogSettings.UpdateStages.WithStorageAccount

The stage of the flow log information update allowing to specify storage account.

Method Summary

Modifier and Type Method and Description
abstract Update withStorageAccount(String storageId)

Specifies the storage account to use for storing log.

Method Details

withStorageAccount

public abstract FlowLogSettings.Update withStorageAccount(String storageId)

Specifies the storage account to use for storing log.

Parameters:

storageId - id of the storage account

Returns:

the next stage of the flow log information update

Applies to