CsmOperationDescription Class
Description of an operation available for Microsoft.Web resource provider.
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
|
Default value: None
|
display
|
Meta data about operation used for display in portal. Default value: None
|
origin
|
Default value: None
|
properties
|
Properties available for a Microsoft.Web resource provider operation. Default value: None
|
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