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
Automation アカウントの名前。
- 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
Automation アカウントの名前。
- 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
Automation アカウントの名前。
- 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
Automation アカウントの名前。
- 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
Automation アカウントの名前。
- 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
Automation アカウントの名前。
- 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
Automation アカウントの名前。
- 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
Automation アカウントの名前。
- 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
Automation アカウントの名前。
- connectionTypeName
-
string
接続の種類の名前。
- callback
コールバック。
listByAutomationAccount(string, string, RequestOptionsBase)
接続の種類の一覧を取得します。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<ConnectionTypeListByAutomationAccountResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- 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
Automation アカウントの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
listByAutomationAccount(string, string, ServiceCallback<ConnectionTypeListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<ConnectionTypeListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- 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
コールバック。