Uses of Class
com.azure.resourcemanager.network.models.FailoverTestStatusForSingleTest
Packages that use FailoverTestStatusForSingleTest
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of FailoverTestStatusForSingleTest in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FailoverTestStatusForSingleTestModifier and TypeMethodDescriptionExpressRouteFailoverSingleTestDetailsInner.status()Get the status property: The current status of the test.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type FailoverTestStatusForSingleTestModifier and TypeMethodDescriptionExpressRouteFailoverSingleTestDetailsInner.withStatus(FailoverTestStatusForSingleTest status) Set the status property: The current status of the test. -
Uses of FailoverTestStatusForSingleTest in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as FailoverTestStatusForSingleTestModifier and TypeFieldDescriptionstatic final FailoverTestStatusForSingleTestFailoverTestStatusForSingleTest.COMPLETEDStatic value Completed for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestFailoverTestStatusForSingleTest.EXPIREDStatic value Expired for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestFailoverTestStatusForSingleTest.INVALIDStatic value Invalid for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestFailoverTestStatusForSingleTest.NOT_STARTEDStatic value NotStarted for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestFailoverTestStatusForSingleTest.RUNNINGStatic value Running for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestFailoverTestStatusForSingleTest.START_FAILEDStatic value StartFailed for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestFailoverTestStatusForSingleTest.STARTINGStatic value Starting for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestFailoverTestStatusForSingleTest.STOP_FAILEDStatic value StopFailed for FailoverTestStatusForSingleTest.static final FailoverTestStatusForSingleTestFailoverTestStatusForSingleTest.STOPPINGStatic value Stopping for FailoverTestStatusForSingleTest.Methods in com.azure.resourcemanager.network.models that return FailoverTestStatusForSingleTestModifier and TypeMethodDescriptionFailoverTestStatusForSingleTest.fromString(String name) Creates or finds a FailoverTestStatusForSingleTest from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FailoverTestStatusForSingleTestModifier and TypeMethodDescriptionFailoverTestStatusForSingleTest.values()Gets known FailoverTestStatusForSingleTest values.