Uses of Interface
com.azure.resourcemanager.network.models.FlowLogSettings.Update
-
Packages that use FlowLogSettings.Update Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of FlowLogSettings.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FlowLogSettings.Update Modifier and Type Method Description FlowLogSettings.UpdateFlowLogSettings.UpdateStages.WithEnabled. withLogging()Enable flow logging.FlowLogSettings.UpdateFlowLogSettings.UpdateStages.WithEnabled. withoutLogging()Disable flow logging.FlowLogSettings.UpdateFlowLogSettings.UpdateStages.WithRetentionPolicy. withRetentionPolicyDays(int days)Set the number of days to store flow log.FlowLogSettings.UpdateFlowLogSettings.UpdateStages.WithRetentionPolicy. withRetentionPolicyDisabled()Disable retention policy.FlowLogSettings.UpdateFlowLogSettings.UpdateStages.WithRetentionPolicy. withRetentionPolicyEnabled()Enable retention policy.FlowLogSettings.UpdateFlowLogSettings.UpdateStages.WithStorageAccount. withStorageAccount(String storageId)Specifies the storage account to use for storing log.
-