ISweepJob.ResourceInstanceType 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.
Optional type of VM used as supported by the compute target.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Optional type of VM used as supported by the compute target.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="instanceType")]
public string ResourceInstanceType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Optional type of VM used as supported by the compute target.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="instanceType")>]
member this.ResourceInstanceType : string with get, set
Public Property ResourceInstanceType As String
Property Value
- Attributes