IAppServiceEnvironment.DedicatedHostCount Property

Definition

Dedicated Host Count

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Dedicated Host Count", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="dedicatedHostCount", Update=true)]
public int? DedicatedHostCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Dedicated Host Count", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="dedicatedHostCount", Update=true)>]
member this.DedicatedHostCount : Nullable<int> with get, set
Public Property DedicatedHostCount As Nullable(Of Integer)

Property Value

Attributes

Applies to