DimensionProperties Class
Type of operation: get, read, delete, etc.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelDimensionProperties
Constructor
DimensionProperties(*, name: str | None = None, display_name: str | None = None, internal_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of dimension. |
display_name
|
Display name of dimension. |
internal_name
|
Internal name of dimension. |
Variables
Name | Description |
---|---|
name
|
Name of dimension. |
display_name
|
Display name of dimension. |
internal_name
|
Internal name of dimension. |
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