Uses of Class
com.azure.resourcemanager.network.fluent.models.VerificationIpFlowResultInner
Packages that use VerificationIpFlowResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of VerificationIpFlowResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return VerificationIpFlowResultInnerModifier and TypeMethodDescriptionNetworkWatchersClient.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.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type VerificationIpFlowResultInnerModifier 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) 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.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.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.verifyIpFlowAsync(String resourceGroupName, String networkWatcherName, VerificationIpFlowParameters parameters) Verify IP flow from the specified VM to a location given the currently configured NSG rules. -
Uses of VerificationIpFlowResultInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type VerificationIpFlowResultInnerModifier and TypeClassDescriptionfinal classResults of IP flow verification on the target resource.Methods in com.azure.resourcemanager.network.fluent.models that return VerificationIpFlowResultInnerModifier and TypeMethodDescriptionVerificationIpFlowResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VerificationIpFlowResultInner from the JsonReader.VerificationIpFlowResultInner.withAccess(Access access) Set the access property: Indicates whether the traffic is allowed or denied.VerificationIpFlowResultInner.withRuleName(String ruleName) Set the ruleName property: Name of the rule.