Share via


OperationDisplayAutoGenerated Class

Definition

The object that describes the operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplayAutoGeneratedTypeConverter))]
public class OperationDisplayAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.OperationDisplayAutoGeneratedTypeConverter))>]
type OperationDisplayAutoGenerated = class
    interface IOperationDisplayAutoGenerated
    interface IJsonSerializable
Public Class OperationDisplayAutoGenerated
Implements IOperationDisplayAutoGenerated
Inheritance
OperationDisplayAutoGenerated
Attributes
Implements

Constructors

OperationDisplayAutoGenerated()

Creates an new OperationDisplayAutoGenerated instance.

Properties

Description

A description of the operation.

Operation

The type of operation. For example: read, write, delete.

Provider

Friendly name of the resource provider.

Resource

The resource type on which the operation is performed.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationDisplayAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationDisplayAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IOperationDisplayAutoGenerated.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationDisplayAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to