com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInformationInner>,FlowLogInformationInner> |
NetworkWatchersClient.beginGetFlowLogStatus(String resourceGroupName,
String networkWatcherName,
FlowLogStatusParameters parameters) |
Queries status of 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.beginGetFlowLogStatus(String resourceGroupName,
String networkWatcherName,
FlowLogStatusParameters parameters,
com.azure.core.util.Context context) |
Queries status of 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.beginGetFlowLogStatusAsync(String resourceGroupName,
String networkWatcherName,
FlowLogStatusParameters parameters) |
Queries status of flow log and traffic analytics (optional) on a specified resource.
|
FlowLogInformationInner |
NetworkWatchersClient.getFlowLogStatus(String resourceGroupName,
String networkWatcherName,
FlowLogStatusParameters parameters) |
Queries status of flow log and traffic analytics (optional) on a specified resource.
|
FlowLogInformationInner |
NetworkWatchersClient.getFlowLogStatus(String resourceGroupName,
String networkWatcherName,
FlowLogStatusParameters parameters,
com.azure.core.util.Context context) |
Queries status of flow log and traffic analytics (optional) on a specified resource.
|
Mono<FlowLogInformationInner> |
NetworkWatchersClient.getFlowLogStatusAsync(String resourceGroupName,
String networkWatcherName,
FlowLogStatusParameters parameters) |
Queries status of flow log and traffic analytics (optional) on a specified resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
NetworkWatchersClient.getFlowLogStatusWithResponseAsync(String resourceGroupName,
String networkWatcherName,
FlowLogStatusParameters parameters) |
Queries status of flow log and traffic analytics (optional) on a specified resource.
|