IotConnectorsOperationsExtensions.Update Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Corriger un IoT Connector.
public static Microsoft.Azure.Management.HealthcareApis.Models.IotConnector Update (this Microsoft.Azure.Management.HealthcareApis.IIotConnectorsOperations operations, string resourceGroupName, string iotConnectorName, string workspaceName, Microsoft.Azure.Management.HealthcareApis.Models.IotConnectorPatchResource iotConnectorPatchResource);
static member Update : Microsoft.Azure.Management.HealthcareApis.IIotConnectorsOperations * string * string * string * Microsoft.Azure.Management.HealthcareApis.Models.IotConnectorPatchResource -> Microsoft.Azure.Management.HealthcareApis.Models.IotConnector
<Extension()>
Public Function Update (operations As IIotConnectorsOperations, resourceGroupName As String, iotConnectorName As String, workspaceName As String, iotConnectorPatchResource As IotConnectorPatchResource) As IotConnector
Paramètres
- operations
- IIotConnectorsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient le service instance.
- iotConnectorName
- String
Nom de IoT Connector ressource.
- workspaceName
- String
Nom de la ressource d’espace de travail.
- iotConnectorPatchResource
- IotConnectorPatchResource
Paramètres de mise à jour d’un IoT Connector.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET