| 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 |
|---|---|
FlowLogInner |
FlowLogsClient.createOrUpdate(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters)
Create or update a flow log for the specified network security group.
|
FlowLogInner |
FlowLogsClient.createOrUpdate(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters,
com.azure.core.util.Context context)
Create or update a flow log for the specified network security group.
|
FlowLogInner |
FlowLogsClient.get(String resourceGroupName,
String networkWatcherName,
String flowLogName)
Gets a flow log resource by name.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInner>,FlowLogInner> |
FlowLogsClient.beginCreateOrUpdate(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters)
Create or update a flow log for the specified network security group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInner>,FlowLogInner> |
FlowLogsClient.beginCreateOrUpdate(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters,
com.azure.core.util.Context context)
Create or update a flow log for the specified network security group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FlowLogInner>,FlowLogInner> |
FlowLogsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters)
Create or update a flow log for the specified network security group.
|
FlowLogInner |
FlowLogsClient.createOrUpdate(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters)
Create or update a flow log for the specified network security group.
|
FlowLogInner |
FlowLogsClient.createOrUpdate(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters,
com.azure.core.util.Context context)
Create or update a flow log for the specified network security group.
|
Mono<FlowLogInner> |
FlowLogsClient.createOrUpdateAsync(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters)
Create or update a flow log for the specified network security group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
FlowLogsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters)
Create or update a flow log for the specified network security group.
|
| Modifier and Type | Method and Description |
|---|---|
FlowLogInner |
FlowLogInner.withEnabled(Boolean enabled)
Set the enabled property: Flag to enable/disable flow logging.
|
FlowLogInner |
FlowLogInner.withFlowAnalyticsConfiguration(TrafficAnalyticsProperties flowAnalyticsConfiguration)
Set the flowAnalyticsConfiguration property: Parameters that define the configuration of traffic analytics.
|
FlowLogInner |
FlowLogInner.withFormat(FlowLogFormatParameters format)
Set the format property: Parameters that define the flow log format.
|
FlowLogInner |
FlowLogInner.withId(String id)
Set the id property: Resource ID.
|
FlowLogInner |
FlowLogInner.withRetentionPolicy(RetentionPolicyParameters retentionPolicy)
Set the retentionPolicy property: Parameters that define the retention policy for flow log.
|
FlowLogInner |
FlowLogInner.withStorageId(String storageId)
Set the storageId property: ID of the storage account which is used to store the flow log.
|
FlowLogInner |
FlowLogInner.withTargetResourceId(String targetResourceId)
Set the targetResourceId property: ID of network security group to which flow log will be applied.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.