你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IotSecuritySolutionOperationsExtensions.Update Method

Definition

Use this method to update existing IoT Security solution tags or user defined resources. To update other fields use the CreateOrUpdate method.

public static Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel Update (this Microsoft.Azure.Management.Security.IIotSecuritySolutionOperations operations, string resourceGroupName, string solutionName, Microsoft.Azure.Management.Security.Models.UpdateIotSecuritySolutionData updateIotSecuritySolutionData);
static member Update : Microsoft.Azure.Management.Security.IIotSecuritySolutionOperations * string * string * Microsoft.Azure.Management.Security.Models.UpdateIotSecuritySolutionData -> Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel
<Extension()>
Public Function Update (operations As IIotSecuritySolutionOperations, resourceGroupName As String, solutionName As String, updateIotSecuritySolutionData As UpdateIotSecuritySolutionData) 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.

updateIotSecuritySolutionData
UpdateIotSecuritySolutionData

The security solution data

Returns

Applies to