Dela via


OperationDisplayInfo Class

Definition

The information related to the operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.OperationDisplayInfoTypeConverter))]
public class OperationDisplayInfo : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IOperationDisplayInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.OperationDisplayInfoTypeConverter))>]
type OperationDisplayInfo = class
    interface IOperationDisplayInfo
    interface IJsonSerializable
Public Class OperationDisplayInfo
Implements IOperationDisplayInfo
Inheritance
OperationDisplayInfo
Attributes
Implements

Constructors

OperationDisplayInfo()

Creates an new OperationDisplayInfo instance.

Properties

Description

The description of the operation.

Operation

The name of the operation.

Provider

The name of the resource provider.

Resource

The type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationDisplayInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationDisplayInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IOperationDisplayInfo.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationDisplayInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to