Share via


AssetBase Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AssetBaseTypeConverter))]
public class AssetBase : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAssetBase, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AssetBaseTypeConverter))>]
type AssetBase = class
    interface IAssetBase
    interface IJsonSerializable
    interface IResourceBase
    interface IValidates
Public Class AssetBase
Implements IAssetBase, IValidates
Inheritance
AssetBase
Attributes
Implements

Constructors

AssetBase()

Creates an new AssetBase instance.

Properties

Description

The asset description text.

IsAnonymou

If the name version are system generated (anonymous registration).

IsArchived

Is the asset archived?

Property

The asset property dictionary.

Tag

Tag dictionary. Tags can be added, removed, and updated.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AssetBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AssetBase.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AssetBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to