Share via


ApiOperationDisplay Class

Definition

The object that represents the operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ApiOperationDisplayTypeConverter))]
public class ApiOperationDisplay : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IApiOperationDisplay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ApiOperationDisplayTypeConverter))>]
type ApiOperationDisplay = class
    interface IApiOperationDisplay
    interface IJsonSerializable
Public Class ApiOperationDisplay
Implements IApiOperationDisplay
Inheritance
ApiOperationDisplay
Attributes
Implements

Constructors

ApiOperationDisplay()

Creates an new ApiOperationDisplay instance.

Properties

Description

The description of the operation

Operation

Operation type: Read, write, delete, etc.

Provider

Service provider: Microsoft.StorageCache

Resource

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApiOperationDisplay.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApiOperationDisplay.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IApiOperationDisplay.

FromJsonString(String)

Creates a new instance of ApiOperationDisplay, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApiOperationDisplay into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to