Partager via


SourceControlSyncJobOperations class

Classe représentant une sourceControlSyncJobOperations.

Constructeurs

SourceControlSyncJobOperations(AutomationClientContext)

Créez un Objet SourceControlSyncJobOperations.

Méthodes

create(string, string, string, string, SourceControlSyncJobCreateParameters, RequestOptionsBase)

Crée le travail de synchronisation pour un contrôle de code source.

create(string, string, string, string, SourceControlSyncJobCreateParameters, RequestOptionsBase, ServiceCallback<SourceControlSyncJob>)
create(string, string, string, string, SourceControlSyncJobCreateParameters, ServiceCallback<SourceControlSyncJob>)
get(string, string, string, string, RequestOptionsBase)

Récupérez le travail de synchronisation du contrôle de code source identifié par l’ID de travail.

get(string, string, string, string, RequestOptionsBase, ServiceCallback<SourceControlSyncJobById>)
get(string, string, string, string, ServiceCallback<SourceControlSyncJobById>)
listByAutomationAccount(string, string, string, ServiceCallback<SourceControlSyncJobListResult>)
listByAutomationAccount(string, string, string, SourceControlSyncJobListByAutomationAccountOptionalParams)

Récupérez la liste des travaux de synchronisation de contrôle de code source.

listByAutomationAccount(string, string, string, SourceControlSyncJobListByAutomationAccountOptionalParams, ServiceCallback<SourceControlSyncJobListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

Récupérez la liste des travaux de synchronisation de contrôle de code source.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<SourceControlSyncJobListResult>)
listByAutomationAccountNext(string, ServiceCallback<SourceControlSyncJobListResult>)

Détails du constructeur

SourceControlSyncJobOperations(AutomationClientContext)

Créez un Objet SourceControlSyncJobOperations.

new SourceControlSyncJobOperations(client: AutomationClientContext)

Paramètres

client
AutomationClientContext

Référence au client de service.

Détails de la méthode

create(string, string, string, string, SourceControlSyncJobCreateParameters, RequestOptionsBase)

Crée le travail de synchronisation pour un contrôle de code source.

function create(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, parameters: SourceControlSyncJobCreateParameters, options?: RequestOptionsBase): Promise<SourceControlSyncJobCreateResponse>

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

sourceControlName

string

Nom du contrôle de code source.

sourceControlSyncJobId

string

ID du travail de synchronisation du contrôle de code source.

parameters
SourceControlSyncJobCreateParameters

Paramètres fournis pour l’opération de travail de synchronisation de contrôle de code source.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.SourceControlSyncJobCreateResponse>

create(string, string, string, string, SourceControlSyncJobCreateParameters, RequestOptionsBase, ServiceCallback<SourceControlSyncJob>)

function create(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, parameters: SourceControlSyncJobCreateParameters, options: RequestOptionsBase, callback: ServiceCallback<SourceControlSyncJob>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

sourceControlName

string

Nom du contrôle de code source.

sourceControlSyncJobId

string

ID du travail de synchronisation du contrôle de code source.

parameters
SourceControlSyncJobCreateParameters

Paramètres fournis pour l’opération de travail de synchronisation de contrôle de code source.

options
RequestOptionsBase

Paramètres facultatifs

create(string, string, string, string, SourceControlSyncJobCreateParameters, ServiceCallback<SourceControlSyncJob>)

function create(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, parameters: SourceControlSyncJobCreateParameters, callback: ServiceCallback<SourceControlSyncJob>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

sourceControlName

string

Nom du contrôle de code source.

sourceControlSyncJobId

string

ID du travail de synchronisation du contrôle de code source.

parameters
SourceControlSyncJobCreateParameters

Paramètres fournis pour l’opération de travail de synchronisation de contrôle de code source.

get(string, string, string, string, RequestOptionsBase)

Récupérez le travail de synchronisation du contrôle de code source identifié par l’ID de travail.

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

sourceControlName

string

Nom du contrôle de code source.

sourceControlSyncJobId

string

ID du travail de synchronisation du contrôle de code source.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.SourceControlSyncJobGetResponse>

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

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

sourceControlName

string

Nom du contrôle de code source.

sourceControlSyncJobId

string

ID du travail de synchronisation du contrôle de code source.

options
RequestOptionsBase

Paramètres facultatifs

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

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

sourceControlName

string

Nom du contrôle de code source.

sourceControlSyncJobId

string

ID du travail de synchronisation du contrôle de code source.

listByAutomationAccount(string, string, string, ServiceCallback<SourceControlSyncJobListResult>)

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

sourceControlName

string

Nom du contrôle de code source.

listByAutomationAccount(string, string, string, SourceControlSyncJobListByAutomationAccountOptionalParams)

Récupérez la liste des travaux de synchronisation de contrôle de code source.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: SourceControlSyncJobListByAutomationAccountOptionalParams): Promise<SourceControlSyncJobListByAutomationAccountResponse>

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

sourceControlName

string

Nom du contrôle de code source.

Retours

Promise<Models.SourceControlSyncJobListByAutomationAccountResponse>

listByAutomationAccount(string, string, string, SourceControlSyncJobListByAutomationAccountOptionalParams, ServiceCallback<SourceControlSyncJobListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: SourceControlSyncJobListByAutomationAccountOptionalParams, callback: ServiceCallback<SourceControlSyncJobListResult>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

sourceControlName

string

Nom du contrôle de code source.

listByAutomationAccountNext(string, RequestOptionsBase)

Récupérez la liste des travaux de synchronisation de contrôle de code source.

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

Paramètres

nextPageLink

string

NextLink de l’appel réussi précédent à l’opération De liste.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.SourceControlSyncJobListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<SourceControlSyncJobListResult>)

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

Paramètres

nextPageLink

string

NextLink de l’appel réussi précédent à l’opération De liste.

options
RequestOptionsBase

Paramètres facultatifs

listByAutomationAccountNext(string, ServiceCallback<SourceControlSyncJobListResult>)

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

Paramètres

nextPageLink

string

NextLink de l’appel réussi précédent à l’opération De liste.