DataCollectionEndpointFailoverConfiguration Class
Failover configuration on this endpoint. This property is READ-ONLY.
Constructor
DataCollectionEndpointFailoverConfiguration(*, active_location: str | None = None, locations: List[_models.LocationSpec] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
active_location
|
Active location where data flow will occur. Default value: None
|
|
locations
|
Locations that are configured for failover. Default value: None
|
Variables
| Name | Description |
|---|---|
|
active_location
|
Active location where data flow will occur. |
|
locations
|
Locations that are configured for failover. |