Partager via


Connectors interface

Interface représentant un connecteur.

Méthodes

beginCreateOrUpdate(string, string, string, ConnectorResourceFormat, ConnectorsCreateOrUpdateOptionalParams)

Crée un connecteur ou met à jour un connecteur existant dans le hub.

beginCreateOrUpdateAndWait(string, string, string, ConnectorResourceFormat, ConnectorsCreateOrUpdateOptionalParams)

Crée un connecteur ou met à jour un connecteur existant dans le hub.

beginDelete(string, string, string, ConnectorsDeleteOptionalParams)

Supprime un connecteur dans le hub.

beginDeleteAndWait(string, string, string, ConnectorsDeleteOptionalParams)

Supprime un connecteur dans le hub.

get(string, string, string, ConnectorsGetOptionalParams)

Obtient un connecteur dans le hub.

listByHub(string, string, ConnectorsListByHubOptionalParams)

Obtient tous les connecteurs dans le hub spécifié.

Détails de la méthode

beginCreateOrUpdate(string, string, string, ConnectorResourceFormat, ConnectorsCreateOrUpdateOptionalParams)

Crée un connecteur ou met à jour un connecteur existant dans le hub.

function beginCreateOrUpdate(resourceGroupName: string, hubName: string, connectorName: string, parameters: ConnectorResourceFormat, options?: ConnectorsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ConnectorResourceFormat>, ConnectorResourceFormat>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

connectorName

string

Le nom du connecteur.

parameters
ConnectorResourceFormat

Paramètres fournis à l’opération CreateOrUpdate Connector.

options
ConnectorsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<ConnectorResourceFormat>, ConnectorResourceFormat>>

beginCreateOrUpdateAndWait(string, string, string, ConnectorResourceFormat, ConnectorsCreateOrUpdateOptionalParams)

Crée un connecteur ou met à jour un connecteur existant dans le hub.

function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, connectorName: string, parameters: ConnectorResourceFormat, options?: ConnectorsCreateOrUpdateOptionalParams): Promise<ConnectorResourceFormat>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

connectorName

string

Le nom du connecteur.

parameters
ConnectorResourceFormat

Paramètres fournis à l’opération CreateOrUpdate Connector.

options
ConnectorsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, string, ConnectorsDeleteOptionalParams)

Supprime un connecteur dans le hub.

function beginDelete(resourceGroupName: string, hubName: string, connectorName: string, options?: ConnectorsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

connectorName

string

Le nom du connecteur.

options
ConnectorsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, ConnectorsDeleteOptionalParams)

Supprime un connecteur dans le hub.

function beginDeleteAndWait(resourceGroupName: string, hubName: string, connectorName: string, options?: ConnectorsDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

connectorName

string

Le nom du connecteur.

options
ConnectorsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, ConnectorsGetOptionalParams)

Obtient un connecteur dans le hub.

function get(resourceGroupName: string, hubName: string, connectorName: string, options?: ConnectorsGetOptionalParams): Promise<ConnectorResourceFormat>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

connectorName

string

Le nom du connecteur.

options
ConnectorsGetOptionalParams

Paramètres d’options.

Retours

listByHub(string, string, ConnectorsListByHubOptionalParams)

Obtient tous les connecteurs dans le hub spécifié.

function listByHub(resourceGroupName: string, hubName: string, options?: ConnectorsListByHubOptionalParams): PagedAsyncIterableIterator<ConnectorResourceFormat, ConnectorResourceFormat[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

options
ConnectorsListByHubOptionalParams

Paramètres d’options.

Retours