次の方法で共有


SqlServerJobExecutionCollection クラス

定義

のコレクション SqlServerJobExecutionResource とその操作を表すクラス。 コレクション内の各 SqlServerJobExecutionResource は、 の同じインスタンス SqlServerJobResourceに属します。 インスタンスを SqlServerJobExecutionCollection 取得するには、 のインスタンス SqlServerJobResourceから GetSqlServerJobExecutions メソッドを呼び出します。

public class SqlServerJobExecutionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Sql.SqlServerJobExecutionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.SqlServerJobExecutionResource>
type SqlServerJobExecutionCollection = class
    inherit ArmCollection
    interface seq<SqlServerJobExecutionResource>
    interface IEnumerable
    interface IAsyncEnumerable<SqlServerJobExecutionResource>
Public Class SqlServerJobExecutionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SqlServerJobExecutionResource), IEnumerable(Of SqlServerJobExecutionResource)
継承
SqlServerJobExecutionCollection
実装

コンストラクター

SqlServerJobExecutionCollection()

モック作成のために クラスの SqlServerJobExecutionCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, Guid, CancellationToken)

ジョブの実行を作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}
  • 操作IdJobExecutions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, Guid, CancellationToken)

ジョブの実行を作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}
  • 操作IdJobExecutions_CreateOrUpdate
Exists(Guid, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}
  • 操作IdJobExecutions_Get
ExistsAsync(Guid, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}
  • 操作IdJobExecutions_Get
Get(Guid, CancellationToken)

ジョブの実行を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}
  • 操作IdJobExecutions_Get
GetAll(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

ジョブの実行を一覧表示します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions
  • 操作IdJobExecutions_ListByJob
GetAll(SqlServerJobExecutionCollectionGetAllOptions, CancellationToken)

ジョブの実行を一覧表示します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions
  • 操作IdJobExecutions_ListByJob
GetAllAsync(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

ジョブの実行を一覧表示します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions
  • 操作IdJobExecutions_ListByJob
GetAllAsync(SqlServerJobExecutionCollectionGetAllOptions, CancellationToken)

ジョブの実行を一覧表示します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions
  • 操作IdJobExecutions_ListByJob
GetAsync(Guid, CancellationToken)

ジョブの実行を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}
  • 操作IdJobExecutions_Get
GetIfExists(Guid, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}
  • 操作IdJobExecutions_Get
GetIfExistsAsync(Guid, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}
  • 操作IdJobExecutions_Get
GetJobTargetExecutions(Guid, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

ジョブ実行のすべてのステップのターゲット実行を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/targets
  • 操作IdJobTargetExecutions_ListByJobExecution
GetJobTargetExecutions(SqlServerJobExecutionCollectionGetJobTargetExecutionsOptions, CancellationToken)

ジョブ実行のすべてのステップのターゲット実行を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/targets
  • 操作IdJobTargetExecutions_ListByJobExecution
GetJobTargetExecutionsAsync(Guid, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

ジョブ実行のすべてのステップのターゲット実行を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/targets
  • 操作IdJobTargetExecutions_ListByJobExecution
GetJobTargetExecutionsAsync(SqlServerJobExecutionCollectionGetJobTargetExecutionsOptions, CancellationToken)

ジョブ実行のすべてのステップのターゲット実行を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/targets
  • 操作IdJobTargetExecutions_ListByJobExecution
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<SqlServerJobExecutionResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<SqlServerJobExecutionResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象