RemoveAzFunction_Delete Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Description("Description for Delete a function for web site, or a deployment slot.")]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport]
[System.Management.Automation.Cmdlet("Remove", "AzFunction_Delete", SupportsShouldProcess=true)]
[System.Management.Automation.OutputType(new System.Type[] { typeof(System.Boolean) })]
public class RemoveAzFunction_Delete : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Description("Description for Delete a function for web site, or a deployment slot.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Generated>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.InternalExport>]
[<System.Management.Automation.Cmdlet("Remove", "AzFunction_Delete", SupportsShouldProcess=true)>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(System.Boolean) })>]
type RemoveAzFunction_Delete = class
    inherit PSCmdlet
    interface IEventListener
Public Class RemoveAzFunction_Delete
Inherits PSCmdlet
Implements IEventListener
Inheritance
RemoveAzFunction_Delete
Attributes
Implements

Constructors

RemoveAzFunction_Delete()

Properties

Break
Client
DefaultProfile
FunctionAppName
FunctionName
HttpPipelineAppend
HttpPipelinePrepend
InvocationInformation
PassThru
Proxy
ProxyCredential
ProxyUseDefaultCredentials
ResourceGroupName
SubscriptionId

Methods

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

Explicit Interface Implementations

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

Applies to