IComputeInstanceSchema.Application Property
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.
Describes available applications and their endpoints on this ComputeInstance.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Describes available applications and their endpoints on this ComputeInstance.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceApplication) }, ReadOnly=true, Required=false, SerializedName="applications")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceApplication[] Application { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Describes available applications and their endpoints on this ComputeInstance.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceApplication) }, ReadOnly=true, Required=false, SerializedName="applications")>]
member this.Application : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceApplication[]
Public ReadOnly Property Application As IComputeInstanceApplication()
Property Value
- Attributes