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.
Service REST API operation.
public class OperationDetail
type OperationDetail = class
Public Class OperationDetail
- Inheritance
-
OperationDetail
Constructors
OperationDetail() |
Initializes a new instance of the OperationDetail class. |
OperationDetail(String, Nullable<Boolean>, OperationDisplay, String, String, OperationProperties) |
Initializes a new instance of the OperationDetail class. |
Properties
ActionType |
Gets enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. Possible values include: 'Internal' |
Display |
Gets or sets display of the operation |
IsDataAction |
Gets whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. |
Name |
Gets name of the operation |
Origin |
Gets default value is 'user,system'. |
Properties |
Gets or sets properties of the operation |
Applies to
Azure SDK for .NET