次の方法で共有


SourceControlOperations interface

SourceControlOperations を表すインターフェイス。

メソッド

createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, SourceControlCreateOrUpdateOptionalParams)

ソース 管理を作成します。

delete(string, string, string, SourceControlDeleteOptionalParams)

ソース管理を削除します。

get(string, string, string, SourceControlGetOptionalParams)

ソース管理名で識別されるソース管理を取得します。

listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams)

ソース管理の一覧を取得します。

update(string, string, string, SourceControlUpdateParameters, SourceControlUpdateOptionalParams)

ソース管理を更新します。

メソッドの詳細

createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, SourceControlCreateOrUpdateOptionalParams)

ソース 管理を作成します。

function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, options?: SourceControlCreateOrUpdateOptionalParams): Promise<SourceControl>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

sourceControlName

string

ソース管理名。

parameters
SourceControlCreateOrUpdateParameters

ソース管理の作成または更新操作に指定されたパラメーター。

options
SourceControlCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<SourceControl>

delete(string, string, string, SourceControlDeleteOptionalParams)

ソース管理を削除します。

function delete(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: SourceControlDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

sourceControlName

string

ソース管理の名前。

options
SourceControlDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, SourceControlGetOptionalParams)

ソース管理名で識別されるソース管理を取得します。

function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: SourceControlGetOptionalParams): Promise<SourceControl>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

sourceControlName

string

ソース管理の名前。

options
SourceControlGetOptionalParams

options パラメーター。

戻り値

Promise<SourceControl>

listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams)

ソース管理の一覧を取得します。

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: SourceControlListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<SourceControl, SourceControl[], PageSettings>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

options
SourceControlListByAutomationAccountOptionalParams

options パラメーター。

戻り値

update(string, string, string, SourceControlUpdateParameters, SourceControlUpdateOptionalParams)

ソース管理を更新します。

function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, options?: SourceControlUpdateOptionalParams): Promise<SourceControl>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

sourceControlName

string

ソース管理名。

parameters
SourceControlUpdateParameters

ソース管理の更新操作に指定されたパラメーター。

options
SourceControlUpdateOptionalParams

options パラメーター。

戻り値

Promise<SourceControl>