UpdateAzStreamAnalyticsFunction_UpdateViaIdentityExpanded Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Description("Updates an existing function under an existing streaming job. This can be used to partially update (ie. update one or two properties) a function without affecting the rest the job or function definition.")]
[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Generated]
[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.InternalExport]
[System.Management.Automation.Cmdlet("Update", "AzStreamAnalyticsFunction_UpdateViaIdentityExpanded", SupportsShouldProcess=true)]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IFunction) })]
public class UpdateAzStreamAnalyticsFunction_UpdateViaIdentityExpanded : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Description("Updates an existing function under an existing streaming job. This can be used to partially update (ie. update one or two properties) a function without affecting the rest the job or function definition.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Generated>]
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.InternalExport>]
[<System.Management.Automation.Cmdlet("Update", "AzStreamAnalyticsFunction_UpdateViaIdentityExpanded", SupportsShouldProcess=true)>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IFunction) })>]
type UpdateAzStreamAnalyticsFunction_UpdateViaIdentityExpanded = class
    inherit PSCmdlet
    interface IEventListener
Public Class UpdateAzStreamAnalyticsFunction_UpdateViaIdentityExpanded
Inherits PSCmdlet
Implements IEventListener
Inheritance
UpdateAzStreamAnalyticsFunction_UpdateViaIdentityExpanded
Attributes
Implements

Constructors

UpdateAzStreamAnalyticsFunction_UpdateViaIdentityExpanded()

Properties

Break
Client
DefaultProfile
FunctionConfigurationProperty
HttpPipelineAppend
HttpPipelinePrepend
IfMatch
InputObject
InvocationInformation
PropertiesType
Proxy
ProxyCredential
ProxyUseDefaultCredentials

Methods

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

Explicit Interface Implementations

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

Applies to