Sdílet prostřednictvím


IOperationDisplay Interface

Definition

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

Properties

Operation

Operation type: Read, write, delete, etc.

Provider

Service provider: Microsoft.Insights

Resource

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to