ConnectionOperations class
ConnectionOperations を表すクラス。
コンストラクター
Connection |
ConnectionOperations を作成します。 |
メソッド
コンストラクターの詳細
ConnectionOperations(AutomationClientContext)
ConnectionOperations を作成します。
new ConnectionOperations(client: AutomationClientContext)
パラメーター
- client
- AutomationClientContext
サービス クライアントへの参照。
メソッドの詳細
createOrUpdate(string, string, string, ConnectionCreateOrUpdateParameters, RequestOptionsBase)
接続を作成または更新します。
function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<ConnectionCreateOrUpdateResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- connectionName
-
string
接続の作成または更新操作に指定されたパラメーター。
- parameters
- ConnectionCreateOrUpdateParameters
接続の作成または更新操作に指定されたパラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<ConnectionCreateOrUpdateResponse>
Promise<Models.ConnectionCreateOrUpdateResponse>
createOrUpdate(string, string, string, ConnectionCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Connection>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Connection>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- connectionName
-
string
接続の作成または更新操作に指定されたパラメーター。
- parameters
- ConnectionCreateOrUpdateParameters
接続の作成または更新操作に指定されたパラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
createOrUpdate(string, string, string, ConnectionCreateOrUpdateParameters, ServiceCallback<Connection>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionCreateOrUpdateParameters, callback: ServiceCallback<Connection>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- connectionName
-
string
接続の作成または更新操作に指定されたパラメーター。
- parameters
- ConnectionCreateOrUpdateParameters
接続の作成または更新操作に指定されたパラメーター。
- callback
コールバック。
deleteMethod(string, string, string, RequestOptionsBase)
接続を削除します。
function deleteMethod(resourceGroupName: string, automationAccountName: string, connectionName: string, options?: RequestOptionsBase): Promise<ConnectionDeleteMethodResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- connectionName
-
string
接続の名前。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<ConnectionDeleteMethodResponse>
Promise<Models.ConnectionDeleteMethodResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<Connection>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, connectionName: string, options: RequestOptionsBase, callback: ServiceCallback<Connection>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- connectionName
-
string
接続の名前。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
deleteMethod(string, string, string, ServiceCallback<Connection>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, connectionName: string, callback: ServiceCallback<Connection>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- connectionName
-
string
接続の名前。
- callback
コールバック。
get(string, string, string, RequestOptionsBase)
接続名で識別される接続を取得します。
function get(resourceGroupName: string, automationAccountName: string, connectionName: string, options?: RequestOptionsBase): Promise<ConnectionGetResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- connectionName
-
string
接続の名前。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<ConnectionGetResponse>
Promise<Models.ConnectionGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<Connection>)
function get(resourceGroupName: string, automationAccountName: string, connectionName: string, options: RequestOptionsBase, callback: ServiceCallback<Connection>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- connectionName
-
string
接続の名前。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
get(string, string, string, ServiceCallback<Connection>)
function get(resourceGroupName: string, automationAccountName: string, connectionName: string, callback: ServiceCallback<Connection>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- connectionName
-
string
接続の名前。
- callback
コールバック。
listByAutomationAccount(string, string, RequestOptionsBase)
接続の一覧を取得します。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<ConnectionListByAutomationAccountResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.ConnectionListByAutomationAccountResponse>
listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ConnectionListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<ConnectionListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
listByAutomationAccount(string, string, ServiceCallback<ConnectionListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<ConnectionListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- callback
コールバック。
listByAutomationAccountNext(string, RequestOptionsBase)
接続の一覧を取得します。
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ConnectionListByAutomationAccountNextResponse>
パラメーター
- nextPageLink
-
string
List 操作への前回の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.ConnectionListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ConnectionListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ConnectionListResult>)
パラメーター
- nextPageLink
-
string
List 操作への前回の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
listByAutomationAccountNext(string, ServiceCallback<ConnectionListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<ConnectionListResult>)
パラメーター
- nextPageLink
-
string
List 操作への前回の正常な呼び出しからの NextLink。
- callback
コールバック。
update(string, string, string, ConnectionUpdateParameters, RequestOptionsBase)
接続を更新します。
function update(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionUpdateParameters, options?: RequestOptionsBase): Promise<ConnectionUpdateResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- connectionName
-
string
接続操作の更新に指定されたパラメーター。
- parameters
- ConnectionUpdateParameters
接続操作の更新に指定されたパラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<ConnectionUpdateResponse>
Promise<Models.ConnectionUpdateResponse>
update(string, string, string, ConnectionUpdateParameters, RequestOptionsBase, ServiceCallback<Connection>)
function update(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Connection>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- connectionName
-
string
接続操作の更新に指定されたパラメーター。
- parameters
- ConnectionUpdateParameters
接続操作の更新に指定されたパラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
update(string, string, string, ConnectionUpdateParameters, ServiceCallback<Connection>)
function update(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionUpdateParameters, callback: ServiceCallback<Connection>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- connectionName
-
string
接続の更新操作に指定されたパラメーター。
- parameters
- ConnectionUpdateParameters
接続の更新操作に指定されたパラメーター。
- callback
コールバック。