你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IIotConnectorsOperations 接口

定义

IotConnectorsOperations 操作。

public interface IIotConnectorsOperations
type IIotConnectorsOperations = interface
Public Interface IIotConnectorsOperations

方法

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

使用指定的参数创建或更新IoT Connector资源。

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

删除IoT Connector。

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

修补IoT Connector。

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

使用指定的参数创建或更新IoT Connector资源。

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

删除IoT Connector。

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

获取指定IoT Connector的属性。

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

列出给定工作区的所有 IoT 连接器

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

列出给定工作区的所有 IoT 连接器

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

修补IoT Connector。

扩展方法

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

使用指定的参数创建或更新IoT Connector资源。

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

使用指定的参数创建或更新IoT Connector资源。

BeginDelete(IIotConnectorsOperations, String, String, String)

删除IoT Connector。

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

删除IoT Connector。

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

修补IoT Connector。

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

修补IoT Connector。

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

使用指定的参数创建或更新IoT Connector资源。

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

使用指定的参数创建或更新IoT Connector资源。

Delete(IIotConnectorsOperations, String, String, String)

删除IoT Connector。

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

删除IoT Connector。

Get(IIotConnectorsOperations, String, String, String)

获取指定IoT Connector的属性。

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

获取指定IoT Connector的属性。

ListByWorkspace(IIotConnectorsOperations, String, String)

列出给定工作区的所有 IoT 连接器

ListByWorkspaceAsync(IIotConnectorsOperations, String, String, CancellationToken)

列出给定工作区的所有 IoT 连接器

ListByWorkspaceNext(IIotConnectorsOperations, String)

列出给定工作区的所有 IoT 连接器

ListByWorkspaceNextAsync(IIotConnectorsOperations, String, CancellationToken)

列出给定工作区的所有 IoT 连接器

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

修补IoT Connector。

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

修补IoT Connector。

适用于