Share via


AmlOperationDisplay Class

Definition

Display name of operation

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AmlOperationDisplayTypeConverter))]
public class AmlOperationDisplay : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAmlOperationDisplay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AmlOperationDisplayTypeConverter))>]
type AmlOperationDisplay = class
    interface IAmlOperationDisplay
    interface IJsonSerializable
Public Class AmlOperationDisplay
Implements IAmlOperationDisplay
Inheritance
AmlOperationDisplay
Attributes
Implements

Constructors

AmlOperationDisplay()

Creates an new AmlOperationDisplay instance.

Properties

Description

The description for the operation.

Operation

The operation that users can perform.

Provider

The resource provider name: Microsoft.MachineLearningExperimentation

Resource

The resource on which the operation is performed.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AmlOperationDisplay.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AmlOperationDisplay.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAmlOperationDisplay.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AmlOperationDisplay into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to