IotConnectors interface
Schnittstelle, die iotConnectors darstellt.
Methoden
Details zur Methode
beginCreateOrUpdate(string, string, string, IotConnector, IotConnectorsCreateOrUpdateOptionalParams)
Erstellt oder aktualisiert eine IoT Connector-Ressource mit den angegebenen Parametern.
function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, iotConnectorName: string, iotConnector: IotConnector, options?: IotConnectorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotConnector>, IotConnector>>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe, die die Dienstinstanz enthält.
- workspaceName
-
string
Der Name der Arbeitsbereichsressource.
- iotConnectorName
-
string
Der Name der IoT Connector-Ressource.
- iotConnector
- IotConnector
Die Parameter zum Erstellen oder Aktualisieren einer IoT Connectors-Ressource.
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<IotConnector>, IotConnector>>
beginCreateOrUpdateAndWait(string, string, string, IotConnector, IotConnectorsCreateOrUpdateOptionalParams)
Erstellt oder aktualisiert eine IoT Connector-Ressource mit den angegebenen Parametern.
function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, iotConnectorName: string, iotConnector: IotConnector, options?: IotConnectorsCreateOrUpdateOptionalParams): Promise<IotConnector>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe, die die Dienstinstanz enthält.
- workspaceName
-
string
Der Name der Arbeitsbereichsressource.
- iotConnectorName
-
string
Der Name der IoT Connector-Ressource.
- iotConnector
- IotConnector
Die Parameter zum Erstellen oder Aktualisieren einer IoT Connectors-Ressource.
Die Optionsparameter.
Gibt zurück
Promise<IotConnector>
beginDelete(string, string, string, IotConnectorsDeleteOptionalParams)
Löscht einen IoT-Connector.
function beginDelete(resourceGroupName: string, iotConnectorName: string, workspaceName: string, options?: IotConnectorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe, die die Dienstinstanz enthält.
- iotConnectorName
-
string
Der Name der IoT Connector-Ressource.
- workspaceName
-
string
Der Name der Arbeitsbereichsressource.
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, IotConnectorsDeleteOptionalParams)
Löscht einen IoT-Connector.
function beginDeleteAndWait(resourceGroupName: string, iotConnectorName: string, workspaceName: string, options?: IotConnectorsDeleteOptionalParams): Promise<void>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe, die die Dienstinstanz enthält.
- iotConnectorName
-
string
Der Name der IoT Connector-Ressource.
- workspaceName
-
string
Der Name der Arbeitsbereichsressource.
Die Optionsparameter.
Gibt zurück
Promise<void>
beginUpdate(string, string, string, IotConnectorPatchResource, IotConnectorsUpdateOptionalParams)
Patchen Sie einen IoT-Connector.
function beginUpdate(resourceGroupName: string, iotConnectorName: string, workspaceName: string, iotConnectorPatchResource: IotConnectorPatchResource, options?: IotConnectorsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotConnector>, IotConnector>>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe, die die Dienstinstanz enthält.
- iotConnectorName
-
string
Der Name der IoT Connector-Ressource.
- workspaceName
-
string
Der Name der Arbeitsbereichsressource.
- iotConnectorPatchResource
- IotConnectorPatchResource
Die Parameter zum Aktualisieren eines IoT-Connectors.
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<IotConnector>, IotConnector>>
beginUpdateAndWait(string, string, string, IotConnectorPatchResource, IotConnectorsUpdateOptionalParams)
Patchen Sie einen IoT-Connector.
function beginUpdateAndWait(resourceGroupName: string, iotConnectorName: string, workspaceName: string, iotConnectorPatchResource: IotConnectorPatchResource, options?: IotConnectorsUpdateOptionalParams): Promise<IotConnector>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe, die die Dienstinstanz enthält.
- iotConnectorName
-
string
Der Name der IoT Connector-Ressource.
- workspaceName
-
string
Der Name der Arbeitsbereichsressource.
- iotConnectorPatchResource
- IotConnectorPatchResource
Die Parameter zum Aktualisieren eines IoT-Connectors.
Die Optionsparameter.
Gibt zurück
Promise<IotConnector>
get(string, string, string, IotConnectorsGetOptionalParams)
Ruft die Eigenschaften des angegebenen IoT-Connectors ab.
function get(resourceGroupName: string, workspaceName: string, iotConnectorName: string, options?: IotConnectorsGetOptionalParams): Promise<IotConnector>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe, die die Dienstinstanz enthält.
- workspaceName
-
string
Der Name der Arbeitsbereichsressource.
- iotConnectorName
-
string
Der Name der IoT Connector-Ressource.
- options
- IotConnectorsGetOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<IotConnector>
listByWorkspace(string, string, IotConnectorsListByWorkspaceOptionalParams)
Listet alle IoT-Connectors für den angegebenen Arbeitsbereich auf.
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: IotConnectorsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<IotConnector, IotConnector[], PageSettings>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe, die die Dienstinstanz enthält.
- workspaceName
-
string
Der Name der Arbeitsbereichsressource.
Die Optionsparameter.