IComputeInstanceProperties.Application Property

Definition

Describes available applications and their endpoints on this ComputeInstance.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Describes available applications and their endpoints on this ComputeInstance.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComputeInstanceApplication) }, Read=true, ReadOnly=true, Required=false, SerializedName="applications", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComputeInstanceApplication> Application { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Describes available applications and their endpoints on this ComputeInstance.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComputeInstanceApplication) }, Read=true, ReadOnly=true, Required=false, SerializedName="applications", Update=false)>]
member this.Application : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComputeInstanceApplication>
Public ReadOnly Property Application As List(Of IComputeInstanceApplication)

Property Value

Attributes

Applies to