SingleOperationDisplay 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.
The object that represents the operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.SingleOperationDisplayTypeConverter))]
public class SingleOperationDisplay : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ISingleOperationDisplay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.SingleOperationDisplayTypeConverter))>]
type SingleOperationDisplay = class
interface ISingleOperationDisplay
interface IJsonSerializable
Public Class SingleOperationDisplay
Implements ISingleOperationDisplay
- Inheritance
-
SingleOperationDisplay
- Attributes
- Implements
Constructors
SingleOperationDisplay() |
Creates an new SingleOperationDisplay instance. |
Properties
Description |
Friendly description for the operation, |
Operation |
Operation type |
Provider |
Service provider: Microsoft.Marketplace |
Resource |
Resource on which the operation is performed |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SingleOperationDisplay. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SingleOperationDisplay. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ISingleOperationDisplay. |
FromJsonString(String) |
Creates a new instance of SingleOperationDisplay, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SingleOperationDisplay into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |