Get-AzAutomationSourceControlSyncJob
Hämtar synkroniseringsjobb för Azure Automation-källkontroll.
Syntax
Get-AzAutomationSourceControlSyncJob
-SourceControlName <String>
[-JobId <Guid>]
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdleten Get-AzAutomationSourceControlSyncJob hämtar synkroniseringsjobb för Azure Automation-källkontroll. Om du vill hämta ett specifikt synkroniseringsjobb för källkontroll anger du dess ID.
Exempel
Exempel 1
Det här kommandot hämtar alla Synkroniseringsjobb för Automation-källkontroll för källkontrollen VSTSNative.
Get-AzAutomationSourceControlSyncJob -ResourceGroupName "rg1" `
-AutomationAccountName "devAccount" `
-Name "VSTSNative"
SourceControlSyncJobId SyncType Status StartTime EndTime
---------------------- -------- ------ --------- -------
08d6d266-27b6-463c-beea-bc48a67ace15 FullSync Failed 08/15/2018 09:17 AM 08/15/2018 09:18 AM
b566d564-878a-4641-8c44-25bf7850531e FullSync Failed 08/15/2018 09:09 AM 08/15/2018 09:10 AM
Exempel 2
Det här kommandot hämtar källkontrollsynkroniseringsjobbet med ID 08d6d266-27b6-463c-beea-bc48a67ace15 för källkontrollen VSTSNative.
Get-AzAutomationSourceControlSyncJob -ResourceGroupName "rg1" `
-AutomationAccountName "devAccount" `
-Name "VSTSNative" `
-JobId "08d6d266-27b6-463c-beea-bc48a67ace15"
Status SyncType Exception
------ -------- ---------
Failed FullSync There were errors while syncing the user runbooks. Please see error streams for more information. (T...
Exempel 3
Hämtar synkroniseringsjobb för Azure Automation-källkontroll. (automatiskt genererad)
Get-AzAutomationSourceControlSyncJob -AutomationAccountName 'devAccount' -JobId 00000000-0000-0000-0000-00000000000000000 -ResourceGroupName 'rg1' -SourceControlName 'VSTSNative'
Parametrar
-AutomationAccountName
Namnet på automationskontot.
Typ: | String |
Position: | 1 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-DefaultProfile
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.
Typ: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-JobId
Källkontrollens synkroniseringsjobb-ID.
Typ: | Guid |
Alias: | SourceControlSyncJobId |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-ResourceGroupName
Resursgruppens namn.
Typ: | String |
Position: | 0 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-SourceControlName
Källkontrollnamnet för jobbet.
Typ: | String |
Alias: | Name |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |