Partager via


IotHubResourceOperationsExtensions.BeginUpdate Méthode

Définition

Mettre à jour des balises IoT Hubs existantes.

public static Microsoft.Azure.Management.IotHub.Models.IotHubDescription BeginUpdate (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Collections.Generic.IDictionary<string,string> tags = default);
static member BeginUpdate : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.IotHub.Models.IotHubDescription
<Extension()>
Public Function BeginUpdate (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 une étiquette de IoT Hub existante. pour mettre à jour d’autres champs, utilisez la méthode CreateOrUpdate

S’applique à