LocationGetResult Class
Cosmos DB location get result.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.cosmosdb.models._models_py3.ARMProxyResourceLocationGetResult
Constructor
LocationGetResult(*, properties: _models.LocationProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
properties
|
Cosmos DB location metadata. |
Variables
Name | Description |
---|---|
id
|
The unique resource identifier of the database account. |
name
|
The name of the database account. |
type
|
The type of Azure resource. |
properties
|
Cosmos DB location metadata. |
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