다음을 통해 공유


IotConnectors interface

IotConnectors를 나타내는 인터페이스입니다.

메서드

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

지정된 매개 변수를 사용하여 IoT Connector 리소스를 만들거나 업데이트합니다.

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

지정된 매개 변수를 사용하여 IoT Connector 리소스를 만들거나 업데이트합니다.

beginDelete(string, string, string, IotConnectorsDeleteOptionalParams)

IoT 커넥터를 삭제합니다.

beginDeleteAndWait(string, string, string, IotConnectorsDeleteOptionalParams)

IoT 커넥터를 삭제합니다.

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

IoT 커넥터를 패치합니다.

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

IoT 커넥터를 패치합니다.

get(string, string, string, IotConnectorsGetOptionalParams)

지정된 IoT 커넥터의 속성을 가져옵니다.

listByWorkspace(string, string, IotConnectorsListByWorkspaceOptionalParams)

지정된 작업 영역에 대한 모든 IoT 커넥터를 나열합니다.

메서드 세부 정보

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

지정된 매개 변수를 사용하여 IoT Connector 리소스를 만들거나 업데이트합니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

iotConnectorName

string

IoT Connector 리소스의 이름입니다.

iotConnector
IotConnector

IoT Connectors 리소스를 만들거나 업데이트하기 위한 매개 변수입니다.

options
IotConnectorsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

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

지정된 매개 변수를 사용하여 IoT Connector 리소스를 만들거나 업데이트합니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

iotConnectorName

string

IoT Connector 리소스의 이름입니다.

iotConnector
IotConnector

IoT Connectors 리소스를 만들거나 업데이트하기 위한 매개 변수입니다.

options
IotConnectorsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<IotConnector>

beginDelete(string, string, string, IotConnectorsDeleteOptionalParams)

IoT 커넥터를 삭제합니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

iotConnectorName

string

IoT Connector 리소스의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

options
IotConnectorsDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

beginDeleteAndWait(string, string, string, IotConnectorsDeleteOptionalParams)

IoT 커넥터를 삭제합니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

iotConnectorName

string

IoT Connector 리소스의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

options
IotConnectorsDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

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

IoT 커넥터를 패치합니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

iotConnectorName

string

IoT Connector 리소스의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

iotConnectorPatchResource
IotConnectorPatchResource

IoT 커넥터를 업데이트하기 위한 매개 변수입니다.

options
IotConnectorsUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

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

IoT 커넥터를 패치합니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

iotConnectorName

string

IoT Connector 리소스의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

iotConnectorPatchResource
IotConnectorPatchResource

IoT 커넥터를 업데이트하기 위한 매개 변수입니다.

options
IotConnectorsUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<IotConnector>

get(string, string, string, IotConnectorsGetOptionalParams)

지정된 IoT 커넥터의 속성을 가져옵니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

iotConnectorName

string

IoT Connector 리소스의 이름입니다.

options
IotConnectorsGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<IotConnector>

listByWorkspace(string, string, IotConnectorsListByWorkspaceOptionalParams)

지정된 작업 영역에 대한 모든 IoT 커넥터를 나열합니다.

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

매개 변수

resourceGroupName

string

서비스 인스턴스를 포함하는 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역 리소스의 이름입니다.

options
IotConnectorsListByWorkspaceOptionalParams

옵션 매개 변수입니다.

반환