Location Class
Location.
- Inheritance
-
azure.mgmt.deviceupdate._serialization.ModelLocation
Constructor
Location(*, name: str | None = None, role: str | _models.Role = 'Primary', **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
|
role
|
Whether the location is primary or failover. Known values are: "Primary" and "Failover". Default value: Primary
|
Variables
Name | Description |
---|---|
name
|
|
role
|
Whether the location is primary or failover. Known values are: "Primary" and "Failover". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python