IAppServicePlan.WorkerTierName 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.
Target worker tier assigned to the App Service plan.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Target worker tier assigned to the App Service plan.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="workerTierName")]
public string WorkerTierName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Target worker tier assigned to the App Service plan.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="workerTierName")>]
member this.WorkerTierName : string with get, set
Public Property WorkerTierName As String
Property Value
- Attributes