Location Class

Location.

Inheritance
azure.mgmt.deviceupdate._serialization.Model
Location

Constructor

Location(*, name: str | None = None, role: str | _models.Role = 'Primary', **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str
role
str or Role

Whether the location is primary or failover. Known values are: "Primary" and "Failover".

default value: Primary

Variables

Name Description
name
str
role
str or Role

Whether the location is primary or failover. Known values are: "Primary" and "Failover".