Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
FlowLogSettings.Update |
FlowLogSettings.UpdateStages.WithEnabled.withLogging()
Enable flow logging.
|
FlowLogSettings.Update |
FlowLogSettings.UpdateStages.WithEnabled.withoutLogging()
Disable flow logging.
|
FlowLogSettings.Update |
FlowLogSettings.UpdateStages.WithRetentionPolicy.withRetentionPolicyDays(int days)
Set the number of days to store flow log.
|
FlowLogSettings.Update |
FlowLogSettings.UpdateStages.WithRetentionPolicy.withRetentionPolicyDisabled()
Disable retention policy.
|
FlowLogSettings.Update |
FlowLogSettings.UpdateStages.WithRetentionPolicy.withRetentionPolicyEnabled()
Enable retention policy.
|
FlowLogSettings.Update |
FlowLogSettings.UpdateStages.WithStorageAccount.withStorageAccount(String storageId)
Specifies the storage account to use for storing log.
|
Copyright © 2019. All rights reserved.