IKubernetesProperties.InstanceType 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.
Instance Type Schema
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Instance Type Schema", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IKubernetesPropertiesInstanceTypes) }, ReadOnly=false, Required=false, SerializedName="instanceTypes")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IKubernetesPropertiesInstanceTypes InstanceType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Instance Type Schema", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IKubernetesPropertiesInstanceTypes) }, ReadOnly=false, Required=false, SerializedName="instanceTypes")>]
member this.InstanceType : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IKubernetesPropertiesInstanceTypes with get, set
Public Property InstanceType As IKubernetesPropertiesInstanceTypes
Property Value
- Attributes