Dela via


IIotConnectorsOperations Interface

Definition

IotConnectorsOperations operations.

public interface IIotConnectorsOperations
type IIotConnectorsOperations = interface
Public Interface IIotConnectorsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, IotConnector, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an IoT Connector resource with the specified parameters.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an IoT Connector.

BeginUpdateWithHttpMessagesAsync(String, String, String, IotConnectorPatchResource, Dictionary<String,List<String>>, CancellationToken)

Patch an IoT Connector.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, IotConnector, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an IoT Connector resource with the specified parameters.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an IoT Connector.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the properties of the specified IoT Connector.

ListByWorkspaceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all IoT Connectors for the given workspace

ListByWorkspaceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists all IoT Connectors for the given workspace

UpdateWithHttpMessagesAsync(String, String, String, IotConnectorPatchResource, Dictionary<String,List<String>>, CancellationToken)

Patch an IoT Connector.

Extension Methods

BeginCreateOrUpdate(IIotConnectorsOperations, String, String, String, IotConnector)

Creates or updates an IoT Connector resource with the specified parameters.

BeginCreateOrUpdateAsync(IIotConnectorsOperations, String, String, String, IotConnector, CancellationToken)

Creates or updates an IoT Connector resource with the specified parameters.

BeginDelete(IIotConnectorsOperations, String, String, String)

Deletes an IoT Connector.

BeginDeleteAsync(IIotConnectorsOperations, String, String, String, CancellationToken)

Deletes an IoT Connector.

BeginUpdate(IIotConnectorsOperations, String, String, String, IotConnectorPatchResource)

Patch an IoT Connector.

BeginUpdateAsync(IIotConnectorsOperations, String, String, String, IotConnectorPatchResource, CancellationToken)

Patch an IoT Connector.

CreateOrUpdate(IIotConnectorsOperations, String, String, String, IotConnector)

Creates or updates an IoT Connector resource with the specified parameters.

CreateOrUpdateAsync(IIotConnectorsOperations, String, String, String, IotConnector, CancellationToken)

Creates or updates an IoT Connector resource with the specified parameters.

Delete(IIotConnectorsOperations, String, String, String)

Deletes an IoT Connector.

DeleteAsync(IIotConnectorsOperations, String, String, String, CancellationToken)

Deletes an IoT Connector.

Get(IIotConnectorsOperations, String, String, String)

Gets the properties of the specified IoT Connector.

GetAsync(IIotConnectorsOperations, String, String, String, CancellationToken)

Gets the properties of the specified IoT Connector.

ListByWorkspace(IIotConnectorsOperations, String, String)

Lists all IoT Connectors for the given workspace

ListByWorkspaceAsync(IIotConnectorsOperations, String, String, CancellationToken)

Lists all IoT Connectors for the given workspace

ListByWorkspaceNext(IIotConnectorsOperations, String)

Lists all IoT Connectors for the given workspace

ListByWorkspaceNextAsync(IIotConnectorsOperations, String, CancellationToken)

Lists all IoT Connectors for the given workspace

Update(IIotConnectorsOperations, String, String, String, IotConnectorPatchResource)

Patch an IoT Connector.

UpdateAsync(IIotConnectorsOperations, String, String, String, IotConnectorPatchResource, CancellationToken)

Patch an IoT Connector.

Applies to