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

ComputeInstanceApplication Class

Definition

Defines an Aml Instance application and its connectivity endpoint URI.

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

Constructors

ComputeInstanceApplication()

Creates an new ComputeInstanceApplication instance.

Properties

DisplayName

Name of the ComputeInstance application.

EndpointUri

Application' endpoint URI.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ComputeInstanceApplication.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ComputeInstanceApplication.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ComputeInstanceApplication into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to