Uses of Class
com.azure.resourcemanager.network.models.ResiliencyModel
Packages that use ResiliencyModel
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ResiliencyModel in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ResiliencyModelModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.resiliencyModel()Get the resiliencyModel property: Property to indicate if the Express Route Gateway has resiliency model of MultiHomed or SingleHomed.VirtualNetworkGatewayPropertiesFormat.resiliencyModel()Get the resiliencyModel property: Property to indicate if the Express Route Gateway has resiliency model of MultiHomed or SingleHomed.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ResiliencyModelModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.withResiliencyModel(ResiliencyModel resiliencyModel) Set the resiliencyModel property: Property to indicate if the Express Route Gateway has resiliency model of MultiHomed or SingleHomed.VirtualNetworkGatewayPropertiesFormat.withResiliencyModel(ResiliencyModel resiliencyModel) Set the resiliencyModel property: Property to indicate if the Express Route Gateway has resiliency model of MultiHomed or SingleHomed. -
Uses of ResiliencyModel in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ResiliencyModel in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classProperty to indicate if the Express Route Gateway has resiliency model of MultiHomed or SingleHomed.Fields in com.azure.resourcemanager.network.models declared as ResiliencyModelModifier and TypeFieldDescriptionstatic final ResiliencyModelResiliencyModel.MULTI_HOMEDStatic value MultiHomed for ResiliencyModel.static final ResiliencyModelResiliencyModel.SINGLE_HOMEDStatic value SingleHomed for ResiliencyModel.Methods in com.azure.resourcemanager.network.models that return ResiliencyModelModifier and TypeMethodDescriptionstatic ResiliencyModelResiliencyModel.fromString(String name) Creates or finds a ResiliencyModel from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ResiliencyModelModifier and TypeMethodDescriptionstatic Collection<ResiliencyModel> ResiliencyModel.values()Gets known ResiliencyModel values.