Condividi tramite


IOperation Interface

Definition

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

Properties

Name Description
DisplayDescription

The friendly name of the operation

DisplayOperation

For example: read, write, delete, or listKeys/action

DisplayProvider

Friendly name of the resource provider.

DisplayResource

The resource type on which the operation is performed.

IsDataAction

The flag that indicates whether the operation applies to data plane.

Name

This is of the format {provider}/{resource}/{operation}

Origin

The intended executor of the operation.

Property

Properties of the operation.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to