IOperationsDefinition Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.OperationsDefinitionTypeConverter))]
public interface IOperationsDefinition : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.OperationsDefinitionTypeConverter))>]
type IOperationsDefinition = interface
interface IJsonSerializable
Public Interface IOperationsDefinition
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ActionType |
Defines the action type of workload operation. |
DisplayDescription |
Describes the workload operation. |
DisplayOperation |
Defines the workload operation. |
DisplayProvider |
Defines the workload provider. |
DisplayResource |
Defines the workload resource. |
IsDataAction |
Indicates whether the operation applies to data-plane. |
Name |
Name of the operation. |
Origin |
Defines the workload operation origin. |
Property |
Defines the workload operation properties. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |