你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AmlOperationListResult Class

Definition

An array of operations supported by the resource provider.

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

Constructors

AmlOperationListResult()

Creates an new AmlOperationListResult instance.

Properties

Value

List of AML workspace operations supported by the AML workspace resource provider.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AmlOperationListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AmlOperationListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AmlOperationListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to