Aracılığıyla paylaş


AmlUserFeature Class

Definition

Features enabled for a workspace

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AmlUserFeatureTypeConverter))]
public class AmlUserFeature : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAmlUserFeature
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.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.Api20220501.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