DimensionProperties Class
Type of operation: get, read, delete, etc.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelDimensionProperties
Constructor
DimensionProperties(*, name: str | None = None, display_name: str | None = None, to_be_exported_for_shoebox: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of dimension. |
display_name
|
Display name of dimension. |
to_be_exported_for_shoebox
|
Property to specify whether the dimension should be exported for Shoebox. |
Variables
Name | Description |
---|---|
name
|
Name of dimension. |
display_name
|
Display name of dimension. |
to_be_exported_for_shoebox
|
Property to specify whether the dimension should be exported for Shoebox. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python