Uses of Class
com.azure.resourcemanager.network.models.VerificationIpFlowParameters
Packages that use VerificationIpFlowParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VerificationIpFlowParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type VerificationIpFlowParametersModifier and TypeMethodDescriptioncom.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.NetworkWatchersClient.verifyIpFlow(String resourceGroupName, String networkWatcherName, VerificationIpFlowParameters parameters) Verify IP flow from the specified VM to a location given the currently configured NSG rules.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.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. -
Uses of VerificationIpFlowParameters in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VerificationIpFlowParametersModifier and TypeClassDescriptionfinal classParameters that define the IP flow to be verified.Methods in com.azure.resourcemanager.network.models that return VerificationIpFlowParametersModifier and TypeMethodDescriptionstatic VerificationIpFlowParametersVerificationIpFlowParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VerificationIpFlowParameters from the JsonReader.VerificationIpFlowParameters.withDirection(Direction direction) Set the direction property: The direction of the packet represented as a 5-tuple.VerificationIpFlowParameters.withLocalIpAddress(String localIpAddress) Set the localIpAddress property: The local IP address.VerificationIpFlowParameters.withLocalPort(String localPort) Set the localPort property: The local port.VerificationIpFlowParameters.withProtocol(IpFlowProtocol protocol) Set the protocol property: Protocol to be verified on.VerificationIpFlowParameters.withRemoteIpAddress(String remoteIpAddress) Set the remoteIpAddress property: The remote IP address.VerificationIpFlowParameters.withRemotePort(String remotePort) Set the remotePort property: The remote port.VerificationIpFlowParameters.withTargetNicResourceId(String targetNicResourceId) Set the targetNicResourceId property: The NIC ID.VerificationIpFlowParameters.withTargetResourceId(String targetResourceId) Set the targetResourceId property: The ID of the target resource to perform next-hop on.