ExpandedPropertiesScope Class
Details of the resource scope.
Constructor
ExpandedPropertiesScope(*, id: str | None = None, display_name: str | None = None, type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Scope id of the resource. Default value: None
|
display_name
|
Display name of the resource. Default value: None
|
type
|
Type of the resource. Default value: None
|
Variables
Name | Description |
---|---|
id
|
Scope id of the resource. |
display_name
|
Display name of the resource. |
type
|
Type of the resource. |
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