Share via


IOperation Interface

Definition

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

Properties

DisplayDescription

Description of operation

DisplayOperation

Operation type: Read, write, delete, etc.

DisplayProvider

Service provider: Microsoft.ResourceProvider

DisplayResource

Resource on which the operation is performed: Profile, endpoint, etc.

IsDataAction

Whether or not this is a data plane operation

Name

Operation name: {provider}/{resource}/{operation}

Origin

The origin

ServiceSpecificationLogSpecification

Specifications of the Log for Azure Monitoring

ServiceSpecificationMetricSpecification

Specifications of the Metrics for Azure Monitoring

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to