Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteFailoverTestDetailsInner
Packages that use ExpressRouteFailoverTestDetailsInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of ExpressRouteFailoverTestDetailsInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteFailoverTestDetailsInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<List<ExpressRouteFailoverTestDetailsInner>>, List<ExpressRouteFailoverTestDetailsInner>> VirtualNetworkGatewaysClient.beginGetFailoverAllTestDetails(String resourceGroupName, String virtualNetworkGatewayName, String type, boolean fetchLatest) This operation retrieves the details of all the failover tests performed on the gateway for different peering locations.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<List<ExpressRouteFailoverTestDetailsInner>>, List<ExpressRouteFailoverTestDetailsInner>> VirtualNetworkGatewaysClient.beginGetFailoverAllTestDetails(String resourceGroupName, String virtualNetworkGatewayName, String type, boolean fetchLatest) This operation retrieves the details of all the failover tests performed on the gateway for different peering locations.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<List<ExpressRouteFailoverTestDetailsInner>>, List<ExpressRouteFailoverTestDetailsInner>> VirtualNetworkGatewaysClient.beginGetFailoverAllTestDetails(String resourceGroupName, String virtualNetworkGatewayName, String type, boolean fetchLatest, com.azure.core.util.Context context) This operation retrieves the details of all the failover tests performed on the gateway for different peering locations.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<List<ExpressRouteFailoverTestDetailsInner>>, List<ExpressRouteFailoverTestDetailsInner>> VirtualNetworkGatewaysClient.beginGetFailoverAllTestDetails(String resourceGroupName, String virtualNetworkGatewayName, String type, boolean fetchLatest, com.azure.core.util.Context context) This operation retrieves the details of all the failover tests performed on the gateway for different peering locations.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<List<ExpressRouteFailoverTestDetailsInner>>, List<ExpressRouteFailoverTestDetailsInner>> VirtualNetworkGatewaysClient.beginGetFailoverAllTestDetailsAsync(String resourceGroupName, String virtualNetworkGatewayName, String type, boolean fetchLatest) This operation retrieves the details of all the failover tests performed on the gateway for different peering locations.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<List<ExpressRouteFailoverTestDetailsInner>>, List<ExpressRouteFailoverTestDetailsInner>> VirtualNetworkGatewaysClient.beginGetFailoverAllTestDetailsAsync(String resourceGroupName, String virtualNetworkGatewayName, String type, boolean fetchLatest) This operation retrieves the details of all the failover tests performed on the gateway for different peering locations.VirtualNetworkGatewaysClient.getFailoverAllTestDetails(String resourceGroupName, String virtualNetworkGatewayName, String type, boolean fetchLatest) This operation retrieves the details of all the failover tests performed on the gateway for different peering locations.VirtualNetworkGatewaysClient.getFailoverAllTestDetails(String resourceGroupName, String virtualNetworkGatewayName, String type, boolean fetchLatest, com.azure.core.util.Context context) This operation retrieves the details of all the failover tests performed on the gateway for different peering locations.VirtualNetworkGatewaysClient.getFailoverAllTestDetailsAsync(String resourceGroupName, String virtualNetworkGatewayName, String type, boolean fetchLatest) This operation retrieves the details of all the failover tests performed on the gateway for different peering locations. -
Uses of ExpressRouteFailoverTestDetailsInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteFailoverTestDetailsInnerModifier and TypeMethodDescriptionExpressRouteFailoverTestDetailsInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteFailoverTestDetailsInner from the JsonReader.ExpressRouteFailoverTestDetailsInner.withCircuits(List<ExpressRouteFailoverCircuitResourceDetails> circuits) Set the circuits property: All circuits in the peering location.ExpressRouteFailoverTestDetailsInner.withConnections(List<ExpressRouteFailoverConnectionResourceDetails> connections) Set the connections property: All connections to the circuits in the peering location.ExpressRouteFailoverTestDetailsInner.withEndTime(String endTime) Set the endTime property: Time when the test was completed.ExpressRouteFailoverTestDetailsInner.withIssues(List<String> issues) Set the issues property: A list of all issues with the test.ExpressRouteFailoverTestDetailsInner.withPeeringLocation(String peeringLocation) Set the peeringLocation property: Peering location of the test.ExpressRouteFailoverTestDetailsInner.withStartTime(String startTime) Set the startTime property: Time when the test was started.ExpressRouteFailoverTestDetailsInner.withStatus(FailoverTestStatus status) Set the status property: The current status of the test.ExpressRouteFailoverTestDetailsInner.withTestGuid(String testGuid) Set the testGuid property: The unique GUID associated with the test.ExpressRouteFailoverTestDetailsInner.withTestType(FailoverTestType testType) Set the testType property: The type of failover test.