Get-AzAutomationScheduledRunbook
Automation Runbook と関連するスケジュールを取得します。
構文
Get-AzAutomationScheduledRunbook
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzAutomationScheduledRunbook
-JobScheduleId <Guid>
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzAutomationScheduledRunbook
-RunbookName <String>
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzAutomationScheduledRunbook
-RunbookName <String>
-ScheduleName <String>
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzAutomationScheduledRunbook
-ScheduleName <String>
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
説明
Get-AzAutomationScheduledRunbook コマンドレットは、1 つ以上の Azure Automation Runbook と関連するスケジュールを取得します。 既定では、このコマンドレットはスケジュールされたすべての Runbook を取得します。 特定の Runbook スケジュールを表示するには、Runbook またはスケジュールまたはその両方の名前を指定します。
例
例 1: スケジュールされたすべての Runbook を取得する
Get-AzAutomationScheduledRunbook -AutomationAccountName "Contoso17" -ResourceGroupName "ResourceGroup01"
このコマンドは、Contoso17 という名前の Azure Automation アカウント内のすべてのスケジュールされた Runbook を取得します。
例 2: Runbook に関連付けられているすべてのスケジュールを取得する
Get-AzAutomationScheduledRunbook -AutomationAccountName "Contoso17" -ResourceGroupName "ResourceGroup01" -RunbookName "Runbk01"
このコマンドは、Contoso17 という名前の Azure Automation アカウントの Runbook Runbk01 に対してスケジュールされたすべての Runbook を取得します。
例 3: スケジュールに関連付けられているすべての Runbook を取得する
Get-AzAutomationScheduledRunbook -AutomationAccountName "Contoso17" -ResourceGroupName "ResourceGroup01" -ScheduleName "Schedule01"
このコマンドは、Contoso17 という名前の Azure Automation アカウント内の Schedule01 のスケジュールされた Runbook をすべて取得します。
例 4: 特定のスケジュールされた Runbook に指定されたパラメーターを取得する
Get-AzAutomationScheduledRunbook -AutomationAccountName "Contoso17" -ResourceGroupName "ResourceGroup01" -JobScheduleId "2b1d7738-093d-4ff7-b87b-e4b2321319e5"
これは現在、Azure portal を介して複雑なパラメーター (配列など) を使用して作成されたジョブではサポートされていません。
パラメーター
-AutomationAccountName
このコマンドレットが動作する Runbook の Automation アカウントを指定します。
型: | String |
配置: | 1 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-DefaultProfile
Azure との通信に使用される資格情報、アカウント、テナント、サブスクリプション
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-JobScheduleId
このコマンドレットが取得するスケジュールされたジョブの ID を指定します。
型: | Nullable<T>[Guid] |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-ResourceGroupName
このコマンドレットが取得するスケジュールされた Runbook のリソース グループの名前を指定します。
型: | String |
配置: | 0 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-RunbookName
このコマンドレットがスケジュールされた Runbook を取得する Runbook の名前を指定します。
型: | String |
Aliases: | Name |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-ScheduleName
このコマンドレットがスケジュールされた Runbook を取得するスケジュールの名前を指定します。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
入力
Nullable<T>[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]