AmlOperation 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.
Azure Machine Learning workspace REST API operation
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AmlOperationTypeConverter))]
public class AmlOperation : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAmlOperation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AmlOperationTypeConverter))>]
type AmlOperation = class
interface IAmlOperation
interface IJsonSerializable
Public Class AmlOperation
Implements IAmlOperation
- Inheritance
-
AmlOperation
- Attributes
- Implements
Constructors
AmlOperation() |
Creates an new AmlOperation instance. |
Properties
DisplayDescription |
The description for the operation. |
DisplayOperation |
The operation that users can perform. |
DisplayProvider |
The resource provider name: Microsoft.MachineLearningExperimentation |
DisplayResource |
The resource on which the operation is performed. |
IsDataAction |
Indicates whether the operation applies to data-plane |
Name |
Operation name: {provider}/{resource}/{operation} |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AmlOperation. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AmlOperation. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAmlOperation. |
FromJsonString(String) |
Creates a new instance of AmlOperation, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AmlOperation into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |