Share via


IOperationsDefinition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.OperationsDefinitionTypeConverter))]
public interface IOperationsDefinition : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.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)

Applies to