Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteFailoverStopApiParameters
Packages that use ExpressRouteFailoverStopApiParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRouteFailoverStopApiParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type ExpressRouteFailoverStopApiParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewaysClient.beginStopExpressRouteSiteFailoverSimulation(String resourceGroupName, String virtualNetworkGatewayName, ExpressRouteFailoverStopApiParameters stopParameters) This operation stops failover simulation on the gateway for the specified peering location.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewaysClient.beginStopExpressRouteSiteFailoverSimulation(String resourceGroupName, String virtualNetworkGatewayName, ExpressRouteFailoverStopApiParameters stopParameters, com.azure.core.util.Context context) This operation stops failover simulation on the gateway for the specified peering location.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewaysClient.beginStopExpressRouteSiteFailoverSimulationAsync(String resourceGroupName, String virtualNetworkGatewayName, ExpressRouteFailoverStopApiParameters stopParameters) This operation stops failover simulation on the gateway for the specified peering location.VirtualNetworkGatewaysClient.stopExpressRouteSiteFailoverSimulation(String resourceGroupName, String virtualNetworkGatewayName, ExpressRouteFailoverStopApiParameters stopParameters) This operation stops failover simulation on the gateway for the specified peering location.VirtualNetworkGatewaysClient.stopExpressRouteSiteFailoverSimulation(String resourceGroupName, String virtualNetworkGatewayName, ExpressRouteFailoverStopApiParameters stopParameters, com.azure.core.util.Context context) This operation stops failover simulation on the gateway for the specified peering location.VirtualNetworkGatewaysClient.stopExpressRouteSiteFailoverSimulationAsync(String resourceGroupName, String virtualNetworkGatewayName, ExpressRouteFailoverStopApiParameters stopParameters) This operation stops failover simulation on the gateway for the specified peering location.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualNetworkGatewaysClient.stopExpressRouteSiteFailoverSimulationWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, ExpressRouteFailoverStopApiParameters stopParameters) This operation stops failover simulation on the gateway for the specified peering location. -
Uses of ExpressRouteFailoverStopApiParameters in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ExpressRouteFailoverStopApiParametersModifier and TypeClassDescriptionfinal classStart packet capture parameters on virtual network gateway.Methods in com.azure.resourcemanager.network.models that return ExpressRouteFailoverStopApiParametersModifier and TypeMethodDescriptionExpressRouteFailoverStopApiParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteFailoverStopApiParameters from the JsonReader.ExpressRouteFailoverStopApiParameters.withDetails(List<FailoverConnectionDetails> details) Set the details property: List of all the failover connections for this peering location.ExpressRouteFailoverStopApiParameters.withPeeringLocation(String peeringLocation) Set the peeringLocation property: Peering location of the test.ExpressRouteFailoverStopApiParameters.withWasSimulationSuccessful(Boolean wasSimulationSuccessful) Set the wasSimulationSuccessful property: Whether the failover simulation was successful or not.