| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
FlowLogInformationInner |
NetworkWatchersClient.getFlowLogStatus(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Queries status of flow log and traffic analytics (optional) on a specified resource.
|
FlowLogInformationInner |
NetworkWatchersClient.getFlowLogStatus(String resourceGroupName,
String networkWatcherName,
String targetResourceId,
com.azure.core.util.Context context)
Queries status of flow log and traffic analytics (optional) on a specified resource.
|
FlowLogInformationInner |
NetworkWatchersClient.setFlowLogConfiguration(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters)
Configures flow log and traffic analytics (optional) on a specified resource.
|
FlowLogInformationInner |
NetworkWatchersClient.setFlowLogConfiguration(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters,
com.azure.core.util.Context context)
Configures flow log and traffic analytics (optional) on a specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInformationInner>,FlowLogInformationInner> |
NetworkWatchersClient.beginSetFlowLogConfiguration(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters)
Configures flow log and traffic analytics (optional) on a specified resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInformationInner>,FlowLogInformationInner> |
NetworkWatchersClient.beginSetFlowLogConfiguration(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters,
com.azure.core.util.Context context)
Configures flow log and traffic analytics (optional) on a specified resource.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FlowLogInformationInner>,FlowLogInformationInner> |
NetworkWatchersClient.beginSetFlowLogConfigurationAsync(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters)
Configures flow log and traffic analytics (optional) on a specified resource.
|
FlowLogInformationInner |
NetworkWatchersClient.setFlowLogConfiguration(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters)
Configures flow log and traffic analytics (optional) on a specified resource.
|
FlowLogInformationInner |
NetworkWatchersClient.setFlowLogConfiguration(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters,
com.azure.core.util.Context context)
Configures flow log and traffic analytics (optional) on a specified resource.
|
Mono<FlowLogInformationInner> |
NetworkWatchersClient.setFlowLogConfigurationAsync(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters)
Configures flow log and traffic analytics (optional) on a specified resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
NetworkWatchersClient.setFlowLogConfigurationWithResponseAsync(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters)
Configures flow log and traffic analytics (optional) on a specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
FlowLogInformationInner |
FlowLogInformationInner.withEnabled(boolean enabled)
Set the enabled property: Flag to enable/disable flow logging.
|
FlowLogInformationInner |
FlowLogInformationInner.withFlowAnalyticsConfiguration(TrafficAnalyticsProperties flowAnalyticsConfiguration)
Set the flowAnalyticsConfiguration property: Parameters that define the configuration of traffic analytics.
|
FlowLogInformationInner |
FlowLogInformationInner.withFormat(FlowLogFormatParameters format)
Set the format property: Parameters that define the flow log format.
|
FlowLogInformationInner |
FlowLogInformationInner.withRetentionPolicy(RetentionPolicyParameters retentionPolicy)
Set the retentionPolicy property: Parameters that define the retention policy for flow log.
|
FlowLogInformationInner |
FlowLogInformationInner.withStorageId(String storageId)
Set the storageId property: ID of the storage account which is used to store the flow log.
|
FlowLogInformationInner |
FlowLogInformationInner.withTargetResourceId(String targetResourceId)
Set the targetResourceId property: The ID of the resource to configure for flow log and traffic analytics
(optional) .
|
Copyright © 2020 Microsoft Corporation. All rights reserved.