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

EnvironmentContainerProperties Class

Definition

Container for environment specification versions.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EnvironmentContainerPropertiesTypeConverter))]
public class EnvironmentContainerProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEnvironmentContainerProperties, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EnvironmentContainerPropertiesTypeConverter))>]
type EnvironmentContainerProperties = class
    interface IEnvironmentContainerProperties
    interface IJsonSerializable
    interface IAssetContainer
    interface IResourceBase
    interface IValidates
Public Class EnvironmentContainerProperties
Implements IEnvironmentContainerProperties, IValidates
Inheritance
EnvironmentContainerProperties
Attributes
Implements

Constructors

EnvironmentContainerProperties()

Creates an new EnvironmentContainerProperties instance.

Properties

Description

The asset description text.

IsArchived

Is the asset archived?

LatestVersion

The latest version inside this container.

NextVersion

The next auto incremental version

Property

The asset property dictionary.

ProvisioningState

Provisioning state for the environment container.

Tag

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnvironmentContainerProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnvironmentContainerProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnvironmentContainerProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to