Partager via


IotSecuritySolutionCollection.CreateOrUpdate Méthode

Définition

Utilisez cette méthode pour créer ou mettre à jour votre solution IoT Security

  • Chemin de requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}
  • IdIotSecuritySolution_CreateOrUpdate d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.IotSecuritySolutionResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string solutionName, Azure.ResourceManager.SecurityCenter.IotSecuritySolutionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityCenter.IotSecuritySolutionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.IotSecuritySolutionResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityCenter.IotSecuritySolutionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.IotSecuritySolutionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, solutionName As String, data As IotSecuritySolutionData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of IotSecuritySolutionResource)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

solutionName
String

Nom de la solution IoT Security.

data
IotSecuritySolutionData

Données de la solution de sécurité.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

solutionName est une chaîne vide et devait être non vide.

solutionName ou data est null.

S’applique à