次の方法で共有


SqlServerJobExecutionStepTargetCollection クラス

定義

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

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

コンストラクター

SqlServerJobExecutionStepTargetCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(Guid, CancellationToken)

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

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

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

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

ターゲットの実行を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/steps/{stepName}/targets/{targetId}
  • 操作IdJobTargetExecutions_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/{jobExecutionId}/steps/{stepName}/targets
  • 操作IdJobTargetExecutions_ListByStep
GetAll(SqlServerJobExecutionStepTargetCollectionGetAllOptions, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/steps/{stepName}/targets
  • 操作IdJobTargetExecutions_ListByStep
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/{jobExecutionId}/steps/{stepName}/targets
  • 操作IdJobTargetExecutions_ListByStep
GetAllAsync(SqlServerJobExecutionStepTargetCollectionGetAllOptions, CancellationToken)

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

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

ターゲットの実行を取得します。

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SqlServerJobExecutionStepTargetResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SqlServerJobExecutionStepTargetResource>.GetEnumerator()

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

適用対象