Поделиться через


IotConnectors interface

Интерфейс, представляющий IotConnectors.

Методы

beginCreateOrUpdate(string, string, string, IotConnector, IotConnectorsCreateOrUpdateOptionalParams)

Создает или обновляет ресурс соединителя Интернета вещей с указанными параметрами.

beginCreateOrUpdateAndWait(string, string, string, IotConnector, IotConnectorsCreateOrUpdateOptionalParams)

Создает или обновляет ресурс соединителя Интернета вещей с указанными параметрами.

beginDelete(string, string, string, IotConnectorsDeleteOptionalParams)

Удаляет соединитель Интернета вещей.

beginDeleteAndWait(string, string, string, IotConnectorsDeleteOptionalParams)

Удаляет соединитель Интернета вещей.

beginUpdate(string, string, string, IotConnectorPatchResource, IotConnectorsUpdateOptionalParams)

Исправление соединителя Интернета вещей.

beginUpdateAndWait(string, string, string, IotConnectorPatchResource, IotConnectorsUpdateOptionalParams)

Исправление соединителя Интернета вещей.

get(string, string, string, IotConnectorsGetOptionalParams)

Возвращает свойства указанного соединителя Интернета вещей.

listByWorkspace(string, string, IotConnectorsListByWorkspaceOptionalParams)

Список всех соединителей Интернета вещей для данной рабочей области

Сведения о методе

beginCreateOrUpdate(string, string, string, IotConnector, IotConnectorsCreateOrUpdateOptionalParams)

Создает или обновляет ресурс соединителя Интернета вещей с указанными параметрами.

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, iotConnectorName: string, iotConnector: IotConnector, options?: IotConnectorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotConnector>, IotConnector>>

Параметры

resourceGroupName

string

Имя группы ресурсов, содержащей экземпляр службы.

workspaceName

string

Имя ресурса рабочей области.

iotConnectorName

string

Имя ресурса Соединителя Интернета вещей.

iotConnector
IotConnector

Параметры для создания или обновления ресурса Соединителей Интернета вещей.

options
IotConnectorsCreateOrUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<@azure/core-lro.SimplePollerLike<OperationState<IotConnector>, IotConnector>>

beginCreateOrUpdateAndWait(string, string, string, IotConnector, IotConnectorsCreateOrUpdateOptionalParams)

Создает или обновляет ресурс соединителя Интернета вещей с указанными параметрами.

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, iotConnectorName: string, iotConnector: IotConnector, options?: IotConnectorsCreateOrUpdateOptionalParams): Promise<IotConnector>

Параметры

resourceGroupName

string

Имя группы ресурсов, содержащей экземпляр службы.

workspaceName

string

Имя ресурса рабочей области.

iotConnectorName

string

Имя ресурса Соединителя Интернета вещей.

iotConnector
IotConnector

Параметры для создания или обновления ресурса Соединителей Интернета вещей.

options
IotConnectorsCreateOrUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<IotConnector>

beginDelete(string, string, string, IotConnectorsDeleteOptionalParams)

Удаляет соединитель Интернета вещей.

function beginDelete(resourceGroupName: string, iotConnectorName: string, workspaceName: string, options?: IotConnectorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Параметры

resourceGroupName

string

Имя группы ресурсов, содержащей экземпляр службы.

iotConnectorName

string

Имя ресурса Соединителя Интернета вещей.

workspaceName

string

Имя ресурса рабочей области.

options
IotConnectorsDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, IotConnectorsDeleteOptionalParams)

Удаляет соединитель Интернета вещей.

function beginDeleteAndWait(resourceGroupName: string, iotConnectorName: string, workspaceName: string, options?: IotConnectorsDeleteOptionalParams): Promise<void>

Параметры

resourceGroupName

string

Имя группы ресурсов, содержащей экземпляр службы.

iotConnectorName

string

Имя ресурса Соединителя Интернета вещей.

workspaceName

string

Имя ресурса рабочей области.

options
IotConnectorsDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<void>

beginUpdate(string, string, string, IotConnectorPatchResource, IotConnectorsUpdateOptionalParams)

Исправление соединителя Интернета вещей.

function beginUpdate(resourceGroupName: string, iotConnectorName: string, workspaceName: string, iotConnectorPatchResource: IotConnectorPatchResource, options?: IotConnectorsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotConnector>, IotConnector>>

Параметры

resourceGroupName

string

Имя группы ресурсов, содержащей экземпляр службы.

iotConnectorName

string

Имя ресурса Соединителя Интернета вещей.

workspaceName

string

Имя ресурса рабочей области.

iotConnectorPatchResource
IotConnectorPatchResource

Параметры обновления соединителя Интернета вещей.

options
IotConnectorsUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<@azure/core-lro.SimplePollerLike<OperationState<IotConnector>, IotConnector>>

beginUpdateAndWait(string, string, string, IotConnectorPatchResource, IotConnectorsUpdateOptionalParams)

Исправление соединителя Интернета вещей.

function beginUpdateAndWait(resourceGroupName: string, iotConnectorName: string, workspaceName: string, iotConnectorPatchResource: IotConnectorPatchResource, options?: IotConnectorsUpdateOptionalParams): Promise<IotConnector>

Параметры

resourceGroupName

string

Имя группы ресурсов, содержащей экземпляр службы.

iotConnectorName

string

Имя ресурса Соединителя Интернета вещей.

workspaceName

string

Имя ресурса рабочей области.

iotConnectorPatchResource
IotConnectorPatchResource

Параметры обновления соединителя Интернета вещей.

options
IotConnectorsUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<IotConnector>

get(string, string, string, IotConnectorsGetOptionalParams)

Возвращает свойства указанного соединителя Интернета вещей.

function get(resourceGroupName: string, workspaceName: string, iotConnectorName: string, options?: IotConnectorsGetOptionalParams): Promise<IotConnector>

Параметры

resourceGroupName

string

Имя группы ресурсов, содержащей экземпляр службы.

workspaceName

string

Имя ресурса рабочей области.

iotConnectorName

string

Имя ресурса Соединителя Интернета вещей.

options
IotConnectorsGetOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<IotConnector>

listByWorkspace(string, string, IotConnectorsListByWorkspaceOptionalParams)

Список всех соединителей Интернета вещей для данной рабочей области

function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: IotConnectorsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<IotConnector, IotConnector[], PageSettings>

Параметры

resourceGroupName

string

Имя группы ресурсов, содержащей экземпляр службы.

workspaceName

string

Имя ресурса рабочей области.

options
IotConnectorsListByWorkspaceOptionalParams

Параметры параметров.

Возвращаемое значение