Share via


IAppServiceEnvironmentResource.MultiRoleCount Property

Definition

Number of front-end instances.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Number of front-end instances.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="multiRoleCount")]
public int? MultiRoleCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Number of front-end instances.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="multiRoleCount")>]
member this.MultiRoleCount : Nullable<int> with get, set
Public Property MultiRoleCount As Nullable(Of Integer)

Property Value

Attributes

Applies to