Share via


OperationValueDisplay Class

Definition

Describes the properties of a Hybrid Compute Operation Value Display.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.OperationValueDisplayTypeConverter))]
public class OperationValueDisplay : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOperationValueDisplay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.OperationValueDisplayTypeConverter))>]
type OperationValueDisplay = class
    interface IOperationValueDisplay
    interface IJsonSerializable
Public Class OperationValueDisplay
Implements IOperationValueDisplay
Inheritance
OperationValueDisplay
Attributes
Implements

Constructors

Name Description
OperationValueDisplay()

Creates an new OperationValueDisplay instance.

Properties

Name Description
Description

The description of the operation.

Operation

The display name of the compute operation.

Provider

The resource provider for the operation.

Resource

The display name of the resource the operation applies to.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationValueDisplay.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationValueDisplay.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOperationValueDisplay.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationValueDisplay into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to