IotHubResourceOperationsExtensions.Update Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Aktualisieren Sie vorhandene IoT Hubs-Tags.
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
Parameter
- operations
- IIotHubResourceOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Ressourcengruppenbezeichner.
- resourceName
- String
Name des zu aktualisierenden iot Hubs.
- tags
- IDictionary<String,String>
Ressourcentags
Gibt zurück
Hinweise
Aktualisieren Sie ein vorhandenes IoT Hub-Tags. Um andere Felder zu aktualisieren, verwenden Sie die CreateOrUpdate-Methode
Gilt für:
Azure SDK for .NET