ConnectionTypeOperations class
代表 ConnectionTypeOperations 的類別。
建構函式
Connection |
建立 ConnectionTypeOperations。 |
方法
建構函式詳細資料
ConnectionTypeOperations(AutomationClientContext)
建立 ConnectionTypeOperations。
new ConnectionTypeOperations(client: AutomationClientContext)
參數
- client
- AutomationClientContext
服務客戶端的參考。
方法詳細資料
createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, RequestOptionsBase)
建立連線類型。
function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<ConnectionTypeCreateOrUpdateResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- connectionTypeName
-
string
提供給建立或更新連線類型作業的參數。
- parameters
- ConnectionTypeCreateOrUpdateParameters
提供給建立或更新連線類型作業的參數。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ConnectionTypeCreateOrUpdateResponse>
Promise<Models.ConnectionTypeCreateOrUpdateResponse>
createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<ConnectionType>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<ConnectionType>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- connectionTypeName
-
string
提供給建立或更新連線類型作業的參數。
- parameters
- ConnectionTypeCreateOrUpdateParameters
提供給建立或更新連線類型作業的參數。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, ServiceCallback<ConnectionType>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, callback: ServiceCallback<ConnectionType>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- connectionTypeName
-
string
提供給建立或更新連線類型作業的參數。
- parameters
- ConnectionTypeCreateOrUpdateParameters
提供給建立或更新連線類型作業的參數。
- callback
回呼
deleteMethod(string, string, string, RequestOptionsBase)
刪除連線類型。
function deleteMethod(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: RequestOptionsBase): Promise<RestResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- connectionTypeName
-
string
連接類型的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<RestResponse>
Promise<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- connectionTypeName
-
string
連接類型的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<void>
回呼
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- connectionTypeName
-
string
連接類型的名稱。
- callback
-
ServiceCallback<void>
回呼
get(string, string, string, RequestOptionsBase)
擷取連線類型名稱所識別的連接類型。
function get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: RequestOptionsBase): Promise<ConnectionTypeGetResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- connectionTypeName
-
string
連接類型的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ConnectionTypeGetResponse>
Promise<Models.ConnectionTypeGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<ConnectionType>)
function get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options: RequestOptionsBase, callback: ServiceCallback<ConnectionType>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- connectionTypeName
-
string
連接類型的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
get(string, string, string, ServiceCallback<ConnectionType>)
function get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, callback: ServiceCallback<ConnectionType>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- connectionTypeName
-
string
連接類型的名稱。
- callback
回呼
listByAutomationAccount(string, string, RequestOptionsBase)
擷取連線類型清單。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<ConnectionTypeListByAutomationAccountResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<Models.ConnectionTypeListByAutomationAccountResponse>
listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ConnectionTypeListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<ConnectionTypeListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listByAutomationAccount(string, string, ServiceCallback<ConnectionTypeListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<ConnectionTypeListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- callback
回呼
listByAutomationAccountNext(string, RequestOptionsBase)
擷取連線類型清單。
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ConnectionTypeListByAutomationAccountNextResponse>
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<Models.ConnectionTypeListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ConnectionTypeListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ConnectionTypeListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listByAutomationAccountNext(string, ServiceCallback<ConnectionTypeListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<ConnectionTypeListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- callback
回呼