ResourceProviderOperation Class
Supported operation of this resource provider.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.kubernetesconfiguration._serialization.ModelResourceProviderOperation
Constructor
ResourceProviderOperation(*, name: str | None = None, display: _models.ResourceProviderOperationDisplay | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Operation name, in format of {provider}/{resource}/{operation}. |
display
|
Display metadata associated with the operation. |
Variables
Name | Description |
---|---|
name
|
Operation name, in format of {provider}/{resource}/{operation}. |
display
|
Display metadata associated with the operation. |
is_data_action
|
The flag that indicates whether the operation applies to data plane. |
origin
|
Origin of the operation. |