Aracılığıyla paylaş


ConnectionOperations interface

ConnectionOperations'i temsil eden arabirim.

Yöntemler

createOrUpdate(string, string, string, ConnectionCreateOrUpdateParameters, ConnectionCreateOrUpdateOptionalParams)

Bağlantı oluşturun veya güncelleştirin.

delete(string, string, string, ConnectionDeleteOptionalParams)

Bağlantıyı silin.

get(string, string, string, ConnectionGetOptionalParams)

Bağlantı adıyla tanımlanan bağlantıyı alın.

listByAutomationAccount(string, string, ConnectionListByAutomationAccountOptionalParams)

Bağlantıların listesini alın.

update(string, string, string, ConnectionUpdateParameters, ConnectionUpdateOptionalParams)

Bir bağlantıyı güncelleştirin.

Yöntem Ayrıntıları

createOrUpdate(string, string, string, ConnectionCreateOrUpdateParameters, ConnectionCreateOrUpdateOptionalParams)

Bağlantı oluşturun veya güncelleştirin.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionCreateOrUpdateParameters, options?: ConnectionCreateOrUpdateOptionalParams): Promise<Connection>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

connectionName

string

Bağlantı oluşturma veya güncelleştirme işlemine sağlanan parametreler.

parameters
ConnectionCreateOrUpdateParameters

Bağlantı oluşturma veya güncelleştirme işlemine sağlanan parametreler.

options
ConnectionCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Connection>

delete(string, string, string, ConnectionDeleteOptionalParams)

Bağlantıyı silin.

function delete(resourceGroupName: string, automationAccountName: string, connectionName: string, options?: ConnectionDeleteOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

connectionName

string

Bağlantının adı.

options
ConnectionDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, string, ConnectionGetOptionalParams)

Bağlantı adıyla tanımlanan bağlantıyı alın.

function get(resourceGroupName: string, automationAccountName: string, connectionName: string, options?: ConnectionGetOptionalParams): Promise<Connection>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

connectionName

string

Bağlantının adı.

options
ConnectionGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Connection>

listByAutomationAccount(string, string, ConnectionListByAutomationAccountOptionalParams)

Bağlantıların listesini alın.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: ConnectionListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Connection, Connection[], PageSettings>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

options
ConnectionListByAutomationAccountOptionalParams

Seçenekler parametreleri.

Döndürülenler

update(string, string, string, ConnectionUpdateParameters, ConnectionUpdateOptionalParams)

Bir bağlantıyı güncelleştirin.

function update(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionUpdateParameters, options?: ConnectionUpdateOptionalParams): Promise<Connection>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

connectionName

string

Bağlantı işlemini güncelleştirmek için sağlanan parametreler.

parameters
ConnectionUpdateParameters

Bağlantı işlemini güncelleştirmek için sağlanan parametreler.

options
ConnectionUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Connection>