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

AmlUserFeature Class

Definition

Features enabled for a workspace

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AmlUserFeatureTypeConverter))]
public class AmlUserFeature : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAmlUserFeature
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AmlUserFeatureTypeConverter))>]
type AmlUserFeature = class
    interface IAmlUserFeature
    interface IJsonSerializable
Public Class AmlUserFeature
Implements IAmlUserFeature
Inheritance
AmlUserFeature
Attributes
Implements

Constructors

AmlUserFeature()

Creates an new AmlUserFeature instance.

Properties

Description

Describes the feature for user experience

DisplayName

Specifies the feature name

Id

Specifies the feature ID

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AmlUserFeature.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AmlUserFeature.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAmlUserFeature.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AmlUserFeature into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to