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
自動化帳戶的名稱。
- 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
自動化帳戶的名稱。
- 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
自動化帳戶的名稱。
- 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
自動化帳戶的名稱。
- 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
自動化帳戶的名稱。
- 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
自動化帳戶的名稱。
- 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
自動化帳戶的名稱。
- 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
自動化帳戶的名稱。
- 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
自動化帳戶的名稱。
- connectionName
-
string
連接的名稱。
- callback
回呼
listByAutomationAccount(string, string, RequestOptionsBase)
擷取連線清單。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<ConnectionListByAutomationAccountResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- 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
自動化帳戶的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listByAutomationAccount(string, string, ServiceCallback<ConnectionListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<ConnectionListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- 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
自動化帳戶的名稱。
- 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
自動化帳戶的名稱。
- 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
自動化帳戶的名稱。
- connectionName
-
string
提供給更新連接作業的參數。
- parameters
- ConnectionUpdateParameters
提供給更新連接作業的參數。
- callback
回呼