SourceControlSyncJobOperations class
Klasse die een SourceControlSyncJobOperations vertegenwoordigt.
Constructors
| Source |
Maak een SourceControlSyncJobOperations. |
Methoden
Constructordetails
SourceControlSyncJobOperations(AutomationClientContext)
Maak een SourceControlSyncJobOperations.
new SourceControlSyncJobOperations(client: AutomationClientContext)
Parameters
- client
- AutomationClientContext
Verwijzing naar de serviceclient.
Methodedetails
create(string, string, string, string, SourceControlSyncJobCreateParameters, RequestOptionsBase)
Hiermee maakt u de synchronisatietaak voor een broncodebeheer.
function create(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, parameters: SourceControlSyncJobCreateParameters, options?: RequestOptionsBase): Promise<SourceControlSyncJobCreateResponse>
Parameters
- resourceGroupName
-
string
Naam van een Azure-resourcegroep.
- automationAccountName
-
string
De naam van het Automation-account.
- sourceControlName
-
string
De naam van het broncodebeheer.
- sourceControlSyncJobId
-
string
De synchronisatietaak-id van broncodebeheer.
- parameters
- SourceControlSyncJobCreateParameters
De parameters die zijn opgegeven voor de synchronisatietaak voor broncodebeheer maken.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Promise<SourceControlSyncJobCreateResponse>
Beloof<modellen.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>)
Parameters
- resourceGroupName
-
string
Naam van een Azure-resourcegroep.
- automationAccountName
-
string
De naam van het Automation-account.
- sourceControlName
-
string
De naam van het broncodebeheer.
- sourceControlSyncJobId
-
string
De synchronisatietaak-id van broncodebeheer.
- parameters
- SourceControlSyncJobCreateParameters
De parameters die zijn opgegeven voor de synchronisatietaak voor broncodebeheer maken.
- options
- RequestOptionsBase
De optionele parameters
- callback
De callback
create(string, string, string, string, SourceControlSyncJobCreateParameters, ServiceCallback<SourceControlSyncJob>)
function create(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, parameters: SourceControlSyncJobCreateParameters, callback: ServiceCallback<SourceControlSyncJob>)
Parameters
- resourceGroupName
-
string
Naam van een Azure-resourcegroep.
- automationAccountName
-
string
De naam van het Automation-account.
- sourceControlName
-
string
De naam van het broncodebeheer.
- sourceControlSyncJobId
-
string
De synchronisatietaak-id van broncodebeheer.
- parameters
- SourceControlSyncJobCreateParameters
De parameters die zijn opgegeven voor de synchronisatietaak voor broncodebeheer maken.
- callback
De callback
get(string, string, string, string, RequestOptionsBase)
Haal de synchronisatietaak voor broncodebeheer op die is geïdentificeerd door de taak-id.
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options?: RequestOptionsBase): Promise<SourceControlSyncJobGetResponse>
Parameters
- resourceGroupName
-
string
Naam van een Azure-resourcegroep.
- automationAccountName
-
string
De naam van het Automation-account.
- sourceControlName
-
string
De naam van het broncodebeheer.
- sourceControlSyncJobId
-
string
De synchronisatietaak-id van broncodebeheer.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Promise<SourceControlSyncJobGetResponse>
Beloof<modellen.SourceControlSyncJobGetResponse>
get(string, string, string, string, RequestOptionsBase, ServiceCallback<SourceControlSyncJobById>)
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControlSyncJobById>)
Parameters
- resourceGroupName
-
string
Naam van een Azure-resourcegroep.
- automationAccountName
-
string
De naam van het Automation-account.
- sourceControlName
-
string
De naam van het broncodebeheer.
- sourceControlSyncJobId
-
string
De synchronisatietaak-id van broncodebeheer.
- options
- RequestOptionsBase
De optionele parameters
- callback
De callback
get(string, string, string, string, ServiceCallback<SourceControlSyncJobById>)
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, callback: ServiceCallback<SourceControlSyncJobById>)
Parameters
- resourceGroupName
-
string
Naam van een Azure-resourcegroep.
- automationAccountName
-
string
De naam van het Automation-account.
- sourceControlName
-
string
De naam van het broncodebeheer.
- sourceControlSyncJobId
-
string
De synchronisatietaak-id van broncodebeheer.
- callback
De callback
listByAutomationAccount(string, string, string, ServiceCallback<SourceControlSyncJobListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: ServiceCallback<SourceControlSyncJobListResult>)
Parameters
- resourceGroupName
-
string
Naam van een Azure-resourcegroep.
- automationAccountName
-
string
De naam van het Automation-account.
- sourceControlName
-
string
De naam van het broncodebeheer.
De callback
listByAutomationAccount(string, string, string, SourceControlSyncJobListByAutomationAccountOptionalParams)
Een lijst met synchronisatietaken voor broncodebeheer ophalen.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: SourceControlSyncJobListByAutomationAccountOptionalParams): Promise<SourceControlSyncJobListByAutomationAccountResponse>
Parameters
- resourceGroupName
-
string
Naam van een Azure-resourcegroep.
- automationAccountName
-
string
De naam van het Automation-account.
- sourceControlName
-
string
De naam van het broncodebeheer.
De optionele parameters
Retouren
Beloof<modellen.SourceControlSyncJobListByAutomationAccountResponse>
listByAutomationAccount(string, string, string, SourceControlSyncJobListByAutomationAccountOptionalParams, ServiceCallback<SourceControlSyncJobListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: SourceControlSyncJobListByAutomationAccountOptionalParams, callback: ServiceCallback<SourceControlSyncJobListResult>)
Parameters
- resourceGroupName
-
string
Naam van een Azure-resourcegroep.
- automationAccountName
-
string
De naam van het Automation-account.
- sourceControlName
-
string
De naam van het broncodebeheer.
De optionele parameters
De callback
listByAutomationAccountNext(string, RequestOptionsBase)
Een lijst met synchronisatietaken voor broncodebeheer ophalen.
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SourceControlSyncJobListByAutomationAccountNextResponse>
Parameters
- nextPageLink
-
string
De NextLink van de vorige geslaagde aanroep naar lijstbewerking.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Beloof<modellen.SourceControlSyncJobListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<SourceControlSyncJobListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControlSyncJobListResult>)
Parameters
- nextPageLink
-
string
De NextLink van de vorige geslaagde aanroep naar lijstbewerking.
- options
- RequestOptionsBase
De optionele parameters
De callback
listByAutomationAccountNext(string, ServiceCallback<SourceControlSyncJobListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<SourceControlSyncJobListResult>)
Parameters
- nextPageLink
-
string
De NextLink van de vorige geslaagde aanroep naar lijstbewerking.
De callback