| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
VerificationIpFlowParameters |
VerificationIpFlowParameters.withDirection(Direction direction)
Set the direction property: The direction of the packet represented as a 5-tuple.
|
VerificationIpFlowParameters |
VerificationIpFlowParameters.withLocalIpAddress(String localIpAddress)
Set the localIpAddress property: The local IP address.
|
VerificationIpFlowParameters |
VerificationIpFlowParameters.withLocalPort(String localPort)
Set the localPort property: The local port.
|
VerificationIpFlowParameters |
VerificationIpFlowParameters.withProtocol(IpFlowProtocol protocol)
Set the protocol property: Protocol to be verified on.
|
VerificationIpFlowParameters |
VerificationIpFlowParameters.withRemoteIpAddress(String remoteIpAddress)
Set the remoteIpAddress property: The remote IP address.
|
VerificationIpFlowParameters |
VerificationIpFlowParameters.withRemotePort(String remotePort)
Set the remotePort property: The remote port.
|
VerificationIpFlowParameters |
VerificationIpFlowParameters.withTargetNicResourceId(String targetNicResourceId)
Set the targetNicResourceId property: The NIC ID.
|
VerificationIpFlowParameters |
VerificationIpFlowParameters.withTargetResourceId(String targetResourceId)
Set the targetResourceId property: The ID of the target resource to perform next-hop on.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.