ConnectedMachine.MachineExtensionsUpdate 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
MachineExtensionsUpdate(String, String, String, String, IMachineExtensionUpdate, Func<HttpResponseMessage,Task<IMachineExtension>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
public System.Threading.Tasks.Task MachineExtensionsUpdate (string resourceGroupName, string machineName, string extensionName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionUpdate body, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.ISendAsync sender);
member this.MachineExtensionsUpdate : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionUpdate * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function MachineExtensionsUpdate (resourceGroupName As String, machineName As String, extensionName As String, subscriptionId As String, body As IMachineExtensionUpdate, onOk As Func(Of HttpResponseMessage, Task(Of IMachineExtension), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- resourceGroupName
- String
- machineName
- String
- extensionName
- String
- subscriptionId
- String
- onDefault
- Func<HttpResponseMessage,Task<IErrorResponse>,Task>
- eventListener
- IEventListener
- sender
- ISendAsync
Returns
Applies to
MachineExtensionsUpdate(String, String, String, String, IMachineExtensionUpdate, Func<HttpResponseMessage,Task<IMachineExtension>,Task>, IEventListener, ISendAsync)
public System.Threading.Tasks.Task MachineExtensionsUpdate (string resourceGroupName, string name, string extensionName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20200802.IMachineExtensionUpdate body, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20200802.IMachineExtension>,System.Threading.Tasks.Task> onOk, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.ISendAsync sender);
member this.MachineExtensionsUpdate : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20200802.IMachineExtensionUpdate * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20200802.IMachineExtension>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function MachineExtensionsUpdate (resourceGroupName As String, name As String, extensionName As String, subscriptionId As String, body As IMachineExtensionUpdate, onOk As Func(Of HttpResponseMessage, Task(Of IMachineExtension), Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- resourceGroupName
- String
- name
- String
- extensionName
- String
- subscriptionId
- String
- eventListener
- IEventListener
- sender
- ISendAsync