CsmOperationDescription Class
Description of an operation available for Microsoft.Web resource provider.
- Inheritance
-
azure.mgmt.web._serialization.ModelCsmOperationDescription
Constructor
CsmOperationDescription(*, name: str | None = None, display: _models.CsmOperationDisplay | None = None, origin: str | None = None, properties: _models.CsmOperationDescriptionProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
|
display
|
Meta data about operation used for display in portal. |
origin
|
|
properties
|
Properties available for a Microsoft.Web resource provider operation. |
Variables
Name | Description |
---|---|
name
|
|
display
|
Meta data about operation used for display in portal. |
origin
|
|
properties
|
Properties available for a Microsoft.Web resource provider operation. |
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