次の方法で共有


ConnectionOperations interface

ConnectionOperations を表すインターフェイス。

メソッド

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

接続を作成または更新します。

delete(string, string, string, ConnectionDeleteOptionalParams)

接続を削除します。

get(string, string, string, ConnectionGetOptionalParams)

接続名で識別される接続を取得します。

listByAutomationAccount(string, string, ConnectionListByAutomationAccountOptionalParams)

接続の一覧を取得します。

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

接続を更新します。

メソッドの詳細

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

接続を作成または更新します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

connectionName

string

接続の作成または更新操作に指定されたパラメーター。

parameters
ConnectionCreateOrUpdateParameters

接続の作成または更新操作に指定されたパラメーター。

options
ConnectionCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Connection>

delete(string, string, string, ConnectionDeleteOptionalParams)

接続を削除します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

connectionName

string

接続の名前。

options
ConnectionDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, string, ConnectionGetOptionalParams)

接続名で識別される接続を取得します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

connectionName

string

接続の名前。

options
ConnectionGetOptionalParams

オプション パラメーター。

戻り値

Promise<Connection>

listByAutomationAccount(string, string, ConnectionListByAutomationAccountOptionalParams)

接続の一覧を取得します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

options
ConnectionListByAutomationAccountOptionalParams

オプション パラメーター。

戻り値

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

接続を更新します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

connectionName

string

接続操作の更新に指定されたパラメーター。

parameters
ConnectionUpdateParameters

接続操作の更新に指定されたパラメーター。

options
ConnectionUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Connection>