Compartilhar via


SourceControlOperations class

Classe que representa um SourceControlOperations.

Construtores

SourceControlOperations(AutomationClientContext)

Crie um SourceControlOperations.

Métodos

createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, RequestOptionsBase)

Crie um controle do código-fonte.

createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<SourceControl>)
createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, ServiceCallback<SourceControl>)
deleteMethod(string, string, string, RequestOptionsBase)

Exclua o controle do código-fonte.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

Recupere o controle do código-fonte identificado pelo nome do controle do código-fonte.

get(string, string, string, RequestOptionsBase, ServiceCallback<SourceControl>)
get(string, string, string, ServiceCallback<SourceControl>)
listByAutomationAccount(string, string, ServiceCallback<SourceControlListResult>)
listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams)

Recupere uma lista de controles de origem.

listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams, ServiceCallback<SourceControlListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

Recupere uma lista de controles de origem.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<SourceControlListResult>)
listByAutomationAccountNext(string, ServiceCallback<SourceControlListResult>)
update(string, string, string, SourceControlUpdateParameters, RequestOptionsBase)

Atualizar um controle do código-fonte.

update(string, string, string, SourceControlUpdateParameters, RequestOptionsBase, ServiceCallback<SourceControl>)
update(string, string, string, SourceControlUpdateParameters, ServiceCallback<SourceControl>)

Detalhes do construtor

SourceControlOperations(AutomationClientContext)

Crie um SourceControlOperations.

new SourceControlOperations(client: AutomationClientContext)

Parâmetros

client
AutomationClientContext

Referência ao cliente de serviço.

Detalhes do método

createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, RequestOptionsBase)

Crie um controle do código-fonte.

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

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

sourceControlName

string

O nome do controle do código-fonte.

parameters
SourceControlCreateOrUpdateParameters

Os parâmetros fornecidos para a operação de criação ou atualização do controle do código-fonte.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.SourceControlCreateOrUpdateResponse<>

createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<SourceControl>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

sourceControlName

string

O nome do controle do código-fonte.

parameters
SourceControlCreateOrUpdateParameters

Os parâmetros fornecidos para a operação de criação ou atualização do controle do código-fonte.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<SourceControl>

O retorno de chamada

createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, ServiceCallback<SourceControl>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, callback: ServiceCallback<SourceControl>)

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

sourceControlName

string

O nome do controle do código-fonte.

parameters
SourceControlCreateOrUpdateParameters

Os parâmetros fornecidos para a operação de criação ou atualização do controle do código-fonte.

callback

ServiceCallback<SourceControl>

O retorno de chamada

deleteMethod(string, string, string, RequestOptionsBase)

Exclua o controle do código-fonte.

function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

sourceControlName

string

O nome do controle do código-fonte.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Promise<RestResponse>

Prometa<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

sourceControlName

string

O nome do controle do código-fonte.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<void>

O retorno de chamada

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: ServiceCallback<void>)

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

sourceControlName

string

O nome do controle do código-fonte.

callback

ServiceCallback<void>

O retorno de chamada

get(string, string, string, RequestOptionsBase)

Recupere o controle do código-fonte identificado pelo nome do controle do código-fonte.

function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: RequestOptionsBase): Promise<SourceControlGetResponse>

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

sourceControlName

string

O nome do controle do código-fonte.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.SourceControlGetResponse<>

get(string, string, string, RequestOptionsBase, ServiceCallback<SourceControl>)

function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

sourceControlName

string

O nome do controle do código-fonte.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<SourceControl>

O retorno de chamada

get(string, string, string, ServiceCallback<SourceControl>)

function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: ServiceCallback<SourceControl>)

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

sourceControlName

string

O nome do controle do código-fonte.

callback

ServiceCallback<SourceControl>

O retorno de chamada

listByAutomationAccount(string, string, ServiceCallback<SourceControlListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<SourceControlListResult>)

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

callback

ServiceCallback<SourceControlListResult>

O retorno de chamada

listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams)

Recupere uma lista de controles de origem.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: SourceControlListByAutomationAccountOptionalParams): Promise<SourceControlListByAutomationAccountResponse>

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

options
SourceControlListByAutomationAccountOptionalParams

Os parâmetros opcionais

Retornos

Modelos de Promessa.SourceControlListByAutomationAccountResponse<>

listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams, ServiceCallback<SourceControlListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: SourceControlListByAutomationAccountOptionalParams, callback: ServiceCallback<SourceControlListResult>)

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

options
SourceControlListByAutomationAccountOptionalParams

Os parâmetros opcionais

callback

ServiceCallback<SourceControlListResult>

O retorno de chamada

listByAutomationAccountNext(string, RequestOptionsBase)

Recupere uma lista de controles de origem.

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SourceControlListByAutomationAccountNextResponse>

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação Listar.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.SourceControlListByAutomationAccountNextResponse<>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<SourceControlListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControlListResult>)

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação Listar.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<SourceControlListResult>

O retorno de chamada

listByAutomationAccountNext(string, ServiceCallback<SourceControlListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<SourceControlListResult>)

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação Listar.

callback

ServiceCallback<SourceControlListResult>

O retorno de chamada

update(string, string, string, SourceControlUpdateParameters, RequestOptionsBase)

Atualizar um controle do código-fonte.

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

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

sourceControlName

string

O nome do controle do código-fonte.

parameters
SourceControlUpdateParameters

Os parâmetros fornecidos para a operação de controle do código-fonte de atualização.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.SourceControlUpdateResponse<>

update(string, string, string, SourceControlUpdateParameters, RequestOptionsBase, ServiceCallback<SourceControl>)

function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

sourceControlName

string

O nome do controle do código-fonte.

parameters
SourceControlUpdateParameters

Os parâmetros fornecidos para a operação de controle do código-fonte de atualização.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<SourceControl>

O retorno de chamada

update(string, string, string, SourceControlUpdateParameters, ServiceCallback<SourceControl>)

function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, callback: ServiceCallback<SourceControl>)

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

sourceControlName

string

O nome do controle do código-fonte.

parameters
SourceControlUpdateParameters

Os parâmetros fornecidos para a operação de controle do código-fonte de atualização.

callback

ServiceCallback<SourceControl>

O retorno de chamada