IotSecuritySolutionOperationsExtensions.CreateOrUpdateAsync Method

Definition

Use this method to create or update yours IoT Security solution

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel> CreateOrUpdateAsync(this Microsoft.Azure.Management.Security.IIotSecuritySolutionOperations operations, string resourceGroupName, string solutionName, Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel iotSecuritySolutionData, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Security.IIotSecuritySolutionOperations * string * string * Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IIotSecuritySolutionOperations, resourceGroupName As String, solutionName As String, iotSecuritySolutionData As IoTSecuritySolutionModel, 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.

iotSecuritySolutionData
IoTSecuritySolutionModel
cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to