ResiliencyModel type

Property to indicate if the Express Route Gateway has resiliency model of MultiHomed or SingleHomed
KnownResiliencyModel can be used interchangeably with ResiliencyModel, this enum contains the known values that the service supports.

Known values supported by the service

SingleHomed: SingleHomed
MultiHomed: MultiHomed

type ResiliencyModel = string