IAseRegion.DedicatedHost 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.
Dedicated host enabled.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Dedicated host enabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="dedicatedHost")]
public bool? DedicatedHost { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Dedicated host enabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="dedicatedHost")>]
member this.DedicatedHost : Nullable<bool>
Public ReadOnly Property DedicatedHost As Nullable(Of Boolean)
Property Value
- Attributes