IAppServiceEnvironmentResource.MultiSize 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.
Front-end VM size, e.g. "Medium", "Large".
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Front-end VM size, e.g. "Medium", "Large".", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="multiSize")]
public string MultiSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Front-end VM size, e.g. "Medium", "Large".", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="multiSize")>]
member this.MultiSize : string with get, set
Public Property MultiSize As String
Property Value
- Attributes