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