Functions.Autorest/custom/Api20231201/AppServicePlan.cs
namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201
{ public partial class AppServicePlan : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlanInternal, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates { // This gets set via PowerShell. For more info, please see custom/HelperScripts/HelperFunctions.ps1 /// <summary>The Service plan worker type.</summary> public string WorkerType { get; set; } } } |