NewAzFunctionAppPlan_Create Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Description("Description for Creates or updates an App Service Plan.")]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport]
[System.Management.Automation.Cmdlet("New", "AzFunctionAppPlan_Create", SupportsShouldProcess=true)]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan) })]
public class NewAzFunctionAppPlan_Create : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Description("Description for Creates or updates an App Service Plan.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport>]
[<System.Management.Automation.Cmdlet("New", "AzFunctionAppPlan_Create", SupportsShouldProcess=true)>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan) })>]
type NewAzFunctionAppPlan_Create = class
    inherit PSCmdlet
    interface IEventListener
Public Class NewAzFunctionAppPlan_Create
Inherits PSCmdlet
Implements IEventListener
Inheritance
NewAzFunctionAppPlan_Create
Attributes
Implements

Constructors

NewAzFunctionAppPlan_Create()

Properties

AppServicePlan
AsJob
Break
Client
DefaultProfile
HttpPipelineAppend
HttpPipelinePrepend
InvocationInformation
Name
NoWait
Proxy
ProxyCredential
ProxyUseDefaultCredentials
ResourceGroupName
SubscriptionId

Methods

BeginProcessing()
Clone()
EndProcessing()
ProcessRecord()
ProcessRecordAsync()
StopProcessing()

Explicit Interface Implementations

IEventListener.Cancel
IEventListener.Signal(String, CancellationToken, Func<EventData>)
IEventListener.Token

Applies to