ApplicationsOperations.UpdateByIdAsync(String, Application, CancellationToken) 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.
Updates an existing managed application. The only value that can be updated via PATCH currently is the tags.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.Models.Application>> UpdateByIdAsync (string applicationId, Azure.ResourceManager.Resources.Models.Application parameters = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateByIdAsync : string * Azure.ResourceManager.Resources.Models.Application * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.Models.Application>>
override this.UpdateByIdAsync : string * Azure.ResourceManager.Resources.Models.Application * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.Models.Application>>
Public Overridable Function UpdateByIdAsync (applicationId As String, Optional parameters As Application = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Application))
Parameters
- applicationId
- System.String
The fully qualified ID of the managed application, including the managed application name and the managed application resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}.
- parameters
- Application
Parameters supplied to update an existing managed application.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.
Returns
- System.Threading.Tasks.Task<Response<Application>>