IotSecuritySolutionOperationsExtensions.CreateOrUpdate 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 create or update yours IoT Security solution
public static Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel CreateOrUpdate(this Microsoft.Azure.Management.Security.IIotSecuritySolutionOperations operations, string resourceGroupName, string solutionName, Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel iotSecuritySolutionData);
static member CreateOrUpdate : Microsoft.Azure.Management.Security.IIotSecuritySolutionOperations * string * string * Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel -> Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel
<Extension()>
Public Function CreateOrUpdate (operations As IIotSecuritySolutionOperations, resourceGroupName As String, solutionName As String, iotSecuritySolutionData As IoTSecuritySolutionModel) As 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