ProviderOperation Class
Operation.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelProviderOperation
Constructor
ProviderOperation(*, name: str | None = None, display_name: str | None = None, description: str | None = None, origin: str | None = None, properties: MutableMapping[str, Any] | None = None, is_data_action: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The operation name. |
display_name
|
The operation display name. |
description
|
The operation description. |
origin
|
The operation origin. |
properties
|
<xref:JSON>
The operation properties. |
is_data_action
|
The dataAction flag to specify the operation type. |
Variables
Name | Description |
---|---|
name
|
The operation name. |
display_name
|
The operation display name. |
description
|
The operation description. |
origin
|
The operation origin. |
properties
|
<xref:JSON>
The operation properties. |
is_data_action
|
The dataAction flag to specify the operation type. |
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