IotSecuritySolutionOperationsExtensions.UpdateAsync 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.
Use this method to update existing IoT Security solution tags or user defined resources. To update other fields use the CreateOrUpdate method.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel> UpdateAsync(this Microsoft.Azure.Management.Security.IIotSecuritySolutionOperations operations, string resourceGroupName, string solutionName, Microsoft.Azure.Management.Security.Models.UpdateIotSecuritySolutionData updateIotSecuritySolutionData, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Security.IIotSecuritySolutionOperations * string * string * Microsoft.Azure.Management.Security.Models.UpdateIotSecuritySolutionData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel>
<Extension()>
Public Function UpdateAsync (operations As IIotSecuritySolutionOperations, resourceGroupName As String, solutionName As String, updateIotSecuritySolutionData As UpdateIotSecuritySolutionData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IoTSecuritySolutionModel)
Parameters
- operations
- IIotSecuritySolutionOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group within the user's subscription. The name is case insensitive.
- solutionName
- String
The name of the IoT Security solution.
- updateIotSecuritySolutionData
- UpdateIotSecuritySolutionData
- cancellationToken
- CancellationToken
The cancellation token.