Uses of Class
com.azure.resourcemanager.network.models.FailoverTestType
Packages that use FailoverTestType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of FailoverTestType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FailoverTestTypeModifier and TypeMethodDescriptionExpressRouteFailoverTestDetailsInner.testType()Get the testType property: The type of failover test.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type FailoverTestTypeModifier and TypeMethodDescriptionExpressRouteFailoverTestDetailsInner.withTestType(FailoverTestType testType) Set the testType property: The type of failover test. -
Uses of FailoverTestType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type FailoverTestType in com.azure.resourcemanager.network.modelsFields in com.azure.resourcemanager.network.models declared as FailoverTestTypeModifier and TypeFieldDescriptionstatic final FailoverTestTypeFailoverTestType.ALLStatic value All for FailoverTestType.static final FailoverTestTypeFailoverTestType.MULTI_SITE_FAILOVERStatic value MultiSiteFailover for FailoverTestType.static final FailoverTestTypeFailoverTestType.SINGLE_SITE_FAILOVERStatic value SingleSiteFailover for FailoverTestType.Methods in com.azure.resourcemanager.network.models that return FailoverTestTypeModifier and TypeMethodDescriptionstatic FailoverTestTypeFailoverTestType.fromString(String name) Creates or finds a FailoverTestType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FailoverTestTypeModifier and TypeMethodDescriptionstatic Collection<FailoverTestType> FailoverTestType.values()Gets known FailoverTestType values.