SourceControlOperations class
SourceControlOperations を表すクラス。
コンストラクター
Source |
SourceControlOperations を作成します。 |
メソッド
コンストラクターの詳細
SourceControlOperations(AutomationClientContext)
SourceControlOperations を作成します。
new SourceControlOperations(client: AutomationClientContext)
パラメーター
- client
- AutomationClientContext
サービス クライアントへの参照。
メソッドの詳細
createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, RequestOptionsBase)
ソース 管理を作成します。
function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<SourceControlCreateOrUpdateResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- sourceControlName
-
string
ソース管理名。
- parameters
- SourceControlCreateOrUpdateParameters
ソース管理の作成または更新操作に指定されたパラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<SourceControlCreateOrUpdateResponse>
Promise<Models.SourceControlCreateOrUpdateResponse>
createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<SourceControl>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- sourceControlName
-
string
ソース管理名。
- parameters
- SourceControlCreateOrUpdateParameters
ソース管理の作成または更新操作に指定されたパラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, ServiceCallback<SourceControl>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, callback: ServiceCallback<SourceControl>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- sourceControlName
-
string
ソース管理名。
- parameters
- SourceControlCreateOrUpdateParameters
ソース管理の作成または更新操作に指定されたパラメーター。
- callback
コールバック。
deleteMethod(string, string, string, RequestOptionsBase)
ソース管理を削除します。
function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: RequestOptionsBase): Promise<RestResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- sourceControlName
-
string
ソース管理の名前。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<RestResponse>
Promise<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- sourceControlName
-
string
ソース管理の名前。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
-
ServiceCallback<void>
コールバック。
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: ServiceCallback<void>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- sourceControlName
-
string
ソース管理の名前。
- callback
-
ServiceCallback<void>
コールバック。
get(string, string, string, RequestOptionsBase)
ソース管理名で識別されるソース管理を取得します。
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: RequestOptionsBase): Promise<SourceControlGetResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- sourceControlName
-
string
ソース管理の名前。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<SourceControlGetResponse>
Promise<Models.SourceControlGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<SourceControl>)
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- sourceControlName
-
string
ソース管理の名前。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
get(string, string, string, ServiceCallback<SourceControl>)
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: ServiceCallback<SourceControl>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- sourceControlName
-
string
ソース管理の名前。
- callback
コールバック。
listByAutomationAccount(string, string, ServiceCallback<SourceControlListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<SourceControlListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- callback
コールバック。
listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams)
ソース管理の一覧を取得します。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: SourceControlListByAutomationAccountOptionalParams): Promise<SourceControlListByAutomationAccountResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
省略可能なパラメーター
戻り値
Promise<Models.SourceControlListByAutomationAccountResponse>
listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams, ServiceCallback<SourceControlListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: SourceControlListByAutomationAccountOptionalParams, callback: ServiceCallback<SourceControlListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
省略可能なパラメーター
- callback
コールバック。
listByAutomationAccountNext(string, RequestOptionsBase)
ソース管理の一覧を取得します。
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SourceControlListByAutomationAccountNextResponse>
パラメーター
- nextPageLink
-
string
List 操作の前の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.SourceControlListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<SourceControlListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControlListResult>)
パラメーター
- nextPageLink
-
string
List 操作の前の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
listByAutomationAccountNext(string, ServiceCallback<SourceControlListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<SourceControlListResult>)
パラメーター
- nextPageLink
-
string
List 操作の前の正常な呼び出しからの NextLink。
- callback
コールバック。
update(string, string, string, SourceControlUpdateParameters, RequestOptionsBase)
ソース管理を更新します。
function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, options?: RequestOptionsBase): Promise<SourceControlUpdateResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- sourceControlName
-
string
ソース管理名。
- parameters
- SourceControlUpdateParameters
ソース管理の更新操作に指定されたパラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<SourceControlUpdateResponse>
Promise<Models.SourceControlUpdateResponse>
update(string, string, string, SourceControlUpdateParameters, RequestOptionsBase, ServiceCallback<SourceControl>)
function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- sourceControlName
-
string
ソース管理名。
- parameters
- SourceControlUpdateParameters
ソース管理の更新操作に指定されたパラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
update(string, string, string, SourceControlUpdateParameters, ServiceCallback<SourceControl>)
function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, callback: ServiceCallback<SourceControl>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- sourceControlName
-
string
ソース管理名。
- parameters
- SourceControlUpdateParameters
更新元管理操作に指定されたパラメーター。
- callback
コールバック。