OperationValueDisplay Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
OperationValueDisplay() |
Creates an new OperationValueDisplay instance. |
Properties
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
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() |