RemoveAzStreamAnalyticsJob_Delete Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Description("Deletes a streaming job.")]
[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Generated]
[System.Management.Automation.Cmdlet("Remove", "AzStreamAnalyticsJob_Delete", SupportsShouldProcess=true)]
[System.Management.Automation.OutputType(new System.Type[] { typeof(System.Boolean) })]
public class RemoveAzStreamAnalyticsJob_Delete : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Description("Deletes a streaming job.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Generated>]
[<System.Management.Automation.Cmdlet("Remove", "AzStreamAnalyticsJob_Delete", SupportsShouldProcess=true)>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(System.Boolean) })>]
type RemoveAzStreamAnalyticsJob_Delete = class
    inherit PSCmdlet
    interface IEventListener
Public Class RemoveAzStreamAnalyticsJob_Delete
Inherits PSCmdlet
Implements IEventListener
Inheritance
RemoveAzStreamAnalyticsJob_Delete
Attributes
Implements

Constructors

RemoveAzStreamAnalyticsJob_Delete()

Properties

AsJob
Break
Client
DefaultProfile
HttpPipelineAppend
HttpPipelinePrepend
InvocationInformation
Name
NoWait
PassThru
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