TimeSeriesInsights.EnvironmentsUpdateViaIdentity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EnvironmentsUpdateViaIdentity(String, IEnvironmentUpdateParameters, Func<HttpResponseMessage,Task<IEnvironmentResource>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)
public System.Threading.Tasks.Task EnvironmentsUpdateViaIdentity (string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEnvironmentUpdateParameters body, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEnvironmentResource>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.ICloudError>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.ISendAsync sender);
member this.EnvironmentsUpdateViaIdentity : string * Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEnvironmentUpdateParameters * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEnvironmentResource>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.ICloudError>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function EnvironmentsUpdateViaIdentity (viaIdentity As String, body As IEnvironmentUpdateParameters, onOk As Func(Of HttpResponseMessage, Task(Of IEnvironmentResource), Task), onDefault As Func(Of HttpResponseMessage, Task(Of ICloudError), Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- viaIdentity
- String
- onDefault
- Func<HttpResponseMessage,Task<ICloudError>,Task>
- eventListener
- IEventListener
- sender
- ISendAsync
Returns
Applies to
EnvironmentsUpdateViaIdentity(String, IStandardEnvironmentUpdateParameters, Func<HttpResponseMessage,Task<IEnvironmentResource>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)
public System.Threading.Tasks.Task EnvironmentsUpdateViaIdentity (string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20180815Preview.IStandardEnvironmentUpdateParameters body, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20180815Preview.IEnvironmentResource>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20180815Preview.ICloudError>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.ISendAsync sender);
member this.EnvironmentsUpdateViaIdentity : string * Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20180815Preview.IStandardEnvironmentUpdateParameters * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20180815Preview.IEnvironmentResource>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20180815Preview.ICloudError>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function EnvironmentsUpdateViaIdentity (viaIdentity As String, body As IStandardEnvironmentUpdateParameters, onOk As Func(Of HttpResponseMessage, Task(Of IEnvironmentResource), Task), onDefault As Func(Of HttpResponseMessage, Task(Of ICloudError), Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- viaIdentity
- String
- onDefault
- Func<HttpResponseMessage,Task<ICloudError>,Task>
- eventListener
- IEventListener
- sender
- ISendAsync