FlowLogSettings.UpdateStages.WithStorageAccount Interface

public interface WithStorageAccount

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

Method Summary

Modifier and Type Method and Description
FlowLogSettings.Update withStorageAccount(String storageId)

Specifies the storage account to use for storing log.

Method Details

withStorageAccount

public 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