com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VerificationIpFlowResultInner>,VerificationIpFlowResultInner> |
NetworkWatchersClient.beginVerifyIpFlow(String resourceGroupName,
String networkWatcherName,
VerificationIpFlowParameters parameters) |
Verify IP flow from the specified VM to a location given the currently configured NSG rules.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VerificationIpFlowResultInner>,VerificationIpFlowResultInner> |
NetworkWatchersClient.beginVerifyIpFlow(String resourceGroupName,
String networkWatcherName,
VerificationIpFlowParameters parameters,
com.azure.core.util.Context context) |
Verify IP flow from the specified VM to a location given the currently configured NSG rules.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VerificationIpFlowResultInner>,VerificationIpFlowResultInner> |
NetworkWatchersClient.beginVerifyIpFlowAsync(String resourceGroupName,
String networkWatcherName,
VerificationIpFlowParameters parameters) |
Verify IP flow from the specified VM to a location given the currently configured NSG rules.
|
VerificationIpFlowResultInner |
NetworkWatchersClient.verifyIpFlow(String resourceGroupName,
String networkWatcherName,
VerificationIpFlowParameters parameters) |
Verify IP flow from the specified VM to a location given the currently configured NSG rules.
|
VerificationIpFlowResultInner |
NetworkWatchersClient.verifyIpFlow(String resourceGroupName,
String networkWatcherName,
VerificationIpFlowParameters parameters,
com.azure.core.util.Context context) |
Verify IP flow from the specified VM to a location given the currently configured NSG rules.
|
Mono<VerificationIpFlowResultInner> |
NetworkWatchersClient.verifyIpFlowAsync(String resourceGroupName,
String networkWatcherName,
VerificationIpFlowParameters parameters) |
Verify IP flow from the specified VM to a location given the currently configured NSG rules.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
NetworkWatchersClient.verifyIpFlowWithResponseAsync(String resourceGroupName,
String networkWatcherName,
VerificationIpFlowParameters parameters) |
Verify IP flow from the specified VM to a location given the currently configured NSG rules.
|