OperationDisplay interface
Provider, Resource, Operation, and description values.
Properties
| description | Description about the operation. |
| operation | Operation type: Read, write, delete, etc. |
| provider | Service provider: Microsoft.GuestConfiguration. |
| resource | Resource on which the operation is performed. |
Property Details
description
Description about the operation.
description?: string
Property Value
string
operation
Operation type: Read, write, delete, etc.
operation?: string
Property Value
string
provider
Service provider: Microsoft.GuestConfiguration.
provider?: string
Property Value
string
resource
Resource on which the operation is performed.
resource?: string
Property Value
string