Interface FlowLogSettings.UpdateStages.WithStorageAccount
- All Known Subinterfaces:
FlowLogSettings.Update
- Enclosing interface:
- FlowLogSettings.UpdateStages
public static interface FlowLogSettings.UpdateStages.WithStorageAccount
The stage of the flow log information update allowing to specify storage account.
-
Method Summary
Modifier and TypeMethodDescriptionwithStorageAccount(String storageId) Specifies the storage account to use for storing log.
-
Method Details
-
withStorageAccount
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
-