CsmOperationDescription interface
Description of an operation available for Microsoft.Web resource provider.
Properties
| display | Meta data about operation used for display in portal. |
| is |
Operation display name. |
| name | Operation name, e.g. Microsoft.Web/sites/write. |
| origin | Origin of the operation, e.g. "system" or "user". |
| properties | Properties available for a Microsoft.Web resource provider operation. |
Property Details
display
Meta data about operation used for display in portal.
display?: CsmOperationDisplay
Property Value
isDataAction
Operation display name.
isDataAction?: boolean
Property Value
boolean
name
Operation name, e.g. Microsoft.Web/sites/write.
name?: string
Property Value
string
origin
Origin of the operation, e.g. "system" or "user".
origin?: string
Property Value
string
properties
Properties available for a Microsoft.Web resource provider operation.
properties?: CsmOperationDescriptionProperties