Uses of Class
com.azure.resourcemanager.network.models.FlowLogStatusParameters
Packages that use FlowLogStatusParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of FlowLogStatusParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type FlowLogStatusParametersModifier and TypeMethodDescriptioncom.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.NetworkWatchersClient.getFlowLogStatus(String resourceGroupName, String networkWatcherName, FlowLogStatusParameters parameters) Queries status of flow log and traffic analytics (optional) on a specified resource.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.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. -
Uses of FlowLogStatusParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FlowLogStatusParametersModifier and TypeMethodDescriptionstatic FlowLogStatusParametersFlowLogStatusParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FlowLogStatusParameters from the JsonReader.FlowLogStatusParameters.withTargetResourceId(String targetResourceId) Set the targetResourceId property: The target resource where getting the flow log and traffic analytics (optional) status.