IComputeInstanceProperties.Container Property

Definition

Describes informations of containers on this ComputeInstance.

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

Property Value

Attributes

Applies to