ComputeInstanceApplication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an Aml Instance application and its connectivity endpoint URI.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeInstanceApplicationTypeConverter))]
public class ComputeInstanceApplication : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeInstanceApplication
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |