Get-AzureRMAutomationScheduledRunbook
Automation Runbook と関連するスケジュールを取得します。
警告
AzureRM PowerShell モジュールは、2024 年 2 月 29 日の時点で正式に非推奨になりました。 引き続きサポートを受け、更新を受け取れるようにするために、AzureRM から Az PowerShell モジュールに移行することをお勧めします。
AzureRM モジュールは引き続き機能する可能性がありますが、メインが維持またはサポートされなくなり、ユーザーの判断とリスクで引き続き使用できます。 Az モジュールへの移行に関するガイダンスについては、移行リソースを参照してください。
構文
Get-AzureRMAutomationScheduledRunbook
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzureRMAutomationScheduledRunbook
-JobScheduleId <Guid>
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzureRMAutomationScheduledRunbook
-RunbookName <String>
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzureRMAutomationScheduledRunbook
-RunbookName <String>
-ScheduleName <String>
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzureRMAutomationScheduledRunbook
-ScheduleName <String>
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
説明
Get-AzureRmAutomationScheduledRunbook コマンドレットは、1 つ以上の Azure Automation Runbook と関連するスケジュールを取得します。 既定では、このコマンドレットはスケジュールされたすべての Runbook を取得します。 特定の Runbook スケジュールを表示するには、Runbook またはスケジュールまたはその両方の名前を指定します。
例
例 1: スケジュールされたすべての Runbook を取得する
PS C:\>Get-AzureRmAutomationScheduledRunbook -AutomationAccountName "Contoso17" -ResourceGroupName "ResourceGroup01"
このコマンドは、Contoso17 という名前の Azure Automation アカウント内のすべてのスケジュールされた Runbook を取得します。
例 2: Runbook に関連付けられているすべてのスケジュールを取得する
PS C:\>Get-AzureRmAutomationScheduledRunbook -AutomationAccountName "Contoso17" -ResourceGroupName "ResourceGroup01" -RunbookName "Runbk01"
このコマンドは、Contoso17 という名前の Azure Automation アカウントの Runbook Runbk01 に対してスケジュールされたすべての Runbook を取得します。
例 3: スケジュールに関連付けられているすべての Runbook を取得する
PS C:\>Get-AzureRmAutomationScheduledRunbook -AutomationAccountName "Contoso17" -ResourceGroupName "ResourceGroup01" -ScheduleName "Schedule01"
このコマンドは、Contoso17 という名前の Azure Automation アカウント内の Schedule01 のスケジュールされた Runbook をすべて取得します。
パラメーター
-AutomationAccountName
このコマンドレットが動作する Runbook の Automation アカウントを指定します。
型: | String |
配置: | 1 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-DefaultProfile
Azure との通信に使用される資格情報、アカウント、テナント、サブスクリプション
型: | IAzureContextContainer |
Aliases: | 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, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]