Uses of Class
com.azure.resourcemanager.network.models.FailoverConnectionDetails
Packages that use FailoverConnectionDetails
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of FailoverConnectionDetails in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type FailoverConnectionDetailsModifier and TypeMethodDescriptionExpressRouteFailoverSingleTestDetailsInner.failoverConnectionDetails()Get the failoverConnectionDetails property: List of all the failover connections for this peering location.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type FailoverConnectionDetailsModifier and TypeMethodDescriptionExpressRouteFailoverSingleTestDetailsInner.withFailoverConnectionDetails(List<FailoverConnectionDetails> failoverConnectionDetails) Set the failoverConnectionDetails property: List of all the failover connections for this peering location. -
Uses of FailoverConnectionDetails in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FailoverConnectionDetailsModifier and TypeMethodDescriptionstatic FailoverConnectionDetailsFailoverConnectionDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FailoverConnectionDetails from the JsonReader.FailoverConnectionDetails.withFailoverConnectionName(String failoverConnectionName) Set the failoverConnectionName property: Name of the failover connection.FailoverConnectionDetails.withFailoverLocation(String failoverLocation) Set the failoverLocation property: Location of the failover connection.FailoverConnectionDetails.withIsVerified(Boolean isVerified) Set the isVerified property: Whether the customer was able to establish connectivity through this failover connection or not.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FailoverConnectionDetailsModifier and TypeMethodDescriptionExpressRouteFailoverStopApiParameters.details()Get the details property: List of all the failover connections for this peering location.Method parameters in com.azure.resourcemanager.network.models with type arguments of type FailoverConnectionDetailsModifier and TypeMethodDescriptionExpressRouteFailoverStopApiParameters.withDetails(List<FailoverConnectionDetails> details) Set the details property: List of all the failover connections for this peering location.