SingleOperation 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.
Microsoft.Marketplace REST API operation
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.SingleOperationTypeConverter))]
public class SingleOperation : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ISingleOperation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.SingleOperationTypeConverter))>]
type SingleOperation = class
interface ISingleOperation
interface IJsonSerializable
Public Class SingleOperation
Implements ISingleOperation
- Inheritance
-
SingleOperation
- Attributes
- Implements
Constructors
SingleOperation() |
Creates an new SingleOperation instance. |
Properties
DisplayDescription |
Friendly description for the operation, |
DisplayOperation |
Operation type |
DisplayProvider |
Service provider: Microsoft.Marketplace |
DisplayResource |
Resource on which the operation is performed |
Id |
Operation ID |
IsDataAction |
Indicates whether the operation is a data action |
Name |
Operation name: {provider}/{resource}/{operation} |
Origin |
Origin of the operation |
Property |
Properties of the operation |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SingleOperation. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SingleOperation. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ISingleOperation. |
FromJsonString(String) |
Creates a new instance of SingleOperation, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SingleOperation into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |