Udostępnij przez


OperationDisplayInfo Class

Definition

The information related to the operation.

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

Constructors

Name Description
OperationDisplayInfo()

Creates an new OperationDisplayInfo instance.

Properties

Name Description
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

Name Description
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.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