Share via


IApiOperation Interface

Definition

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

Properties

DisplayDescription

The description of the operation

DisplayOperation

Operation type: Read, write, delete, etc.

DisplayProvider

Service provider: Microsoft.StorageCache

DisplayResource

Resource on which the operation is performed: Cache, etc.

IsDataAction

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

Name

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

Origin

Origin of the operation.

ServiceSpecificationLogSpecification

Details about operations related to logs.

ServiceSpecificationMetricSpecification

Details about operations related to metrics.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to