你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |