OperationDetail Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The detail about an operation.
public class OperationDetail
type OperationDetail = class
Public Class OperationDetail
- Inheritance
-
OperationDetail
Constructors
OperationDetail() |
Initializes a new instance of the OperationDetail class. |
OperationDetail(String, String, String, String) |
Initializes a new instance of the OperationDetail class. |
Properties
Description |
Gets or sets the description of the operation. |
Operation |
Gets or sets the name of the operation. |
Provider |
Gets or sets the name of the provider that supports the operation. |
Resource |
Gets or sets the resource type on which this operation can be performed. |
Applies to
Azure SDK for .NET