OperationDetail interface
The detail about an operation.
Properties
description | The description of the operation. |
operation | The name of the operation. |
provider | The name of the provider that supports the operation. |
resource | The resource type on which this operation can be performed. |
Property Details
description
The description of the operation.
description?: string
Property Value
string
operation
The name of the operation.
operation?: string
Property Value
string
provider
The name of the provider that supports the operation.
provider?: string
Property Value
string
resource
The resource type on which this operation can be performed.
resource?: string
Property Value
string
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 JavaScript