IOperationValue Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.OperationValueTypeConverter))]
public interface IOperationValue : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.OperationValueTypeConverter))>]
type IOperationValue = interface
    interface IJsonSerializable
Public Interface IOperationValue
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DisplayDescription

The description of the operation.

DisplayOperation

The display name of the compute operation.

DisplayProvider

The resource provider for the operation.

DisplayResource

The display name of the resource the operation applies to.

IsDataAction

This property indicates if the operation is an action or a data action

Name

The name of the compute operation.

Origin

The origin of the compute operation.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to