OperationsDefinition 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.
Properties of an Operation.
public class OperationsDefinition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.Models.OperationsDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.Models.OperationsDefinition>
type OperationsDefinition = class
interface IJsonModel<OperationsDefinition>
interface IPersistableModel<OperationsDefinition>
Public Class OperationsDefinition
Implements IJsonModel(Of OperationsDefinition), IPersistableModel(Of OperationsDefinition)
- Inheritance
-
OperationsDefinition
- Implements
Properties
| Name | Description |
|---|---|
| ActionType |
The action type. |
| Display |
Display information of the operation. |
| IsDataAction |
Indicates whether the operation applies to data-plane. |
| Name |
Name of the operation. |
| Origin |
The origin. |
| Properties |
Anything To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|