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. |
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