Partager via


IotHubResourceOperationsExtensions.Update Méthode

Définition

Mettre à jour des balises IoT Hubs existantes.

public static Microsoft.Azure.Management.IotHub.Models.IotHubDescription Update (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Collections.Generic.IDictionary<string,string> tags = default);
static member Update : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.IotHub.Models.IotHubDescription
<Extension()>
Public Function Update (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, Optional tags As IDictionary(Of String, String) = Nothing) As IotHubDescription

Paramètres

operations
IIotHubResourceOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Identificateur du groupe de ressources.

resourceName
String

Nom du hub iot à mettre à jour.

tags
IDictionary<String,String>

Balises de ressource

Retours

Remarques

Mettre à jour des étiquettes de IoT Hub existantes. pour mettre à jour d’autres champs, utilisez la méthode CreateOrUpdate

S’applique à