IBindOptions.CreateHostPath Property

Definition

Indicate whether to create host path.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Indicate whether to create host path.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="createHostPath", Update=true)]
public bool? CreateHostPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Indicate whether to create host path.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="createHostPath", Update=true)>]
member this.CreateHostPath : Nullable<bool> with get, set
Public Property CreateHostPath As Nullable(Of Boolean)

Property Value

Attributes

Applies to