次の方法で共有


WebSiteSlotContinuousWebJobCollection クラス

定義

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

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

コンストラクター

WebSiteSlotContinuousWebJobCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}
  • 操作IdWebApps_GetContinuousWebJobSlot
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}
  • 操作IdWebApps_GetContinuousWebJobSlot
Get(String, CancellationToken)

[説明] アプリまたはデプロイ スロットの ID で継続的な Web ジョブを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}
  • 操作IdWebApps_GetContinuousWebJobSlot
GetAll(CancellationToken)

「アプリまたはデプロイ スロットの継続的な Web ジョブを一覧表示する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs
  • 操作IdWebApps_ListContinuousWebJobsSlot
GetAllAsync(CancellationToken)

「アプリまたはデプロイ スロットの継続的な Web ジョブを一覧表示する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs
  • 操作IdWebApps_ListContinuousWebJobsSlot
GetAsync(String, CancellationToken)

[説明] アプリまたはデプロイ スロットの ID で継続的な Web ジョブを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}
  • 操作IdWebApps_GetContinuousWebJobSlot
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<WebSiteSlotContinuousWebJobResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<WebSiteSlotContinuousWebJobResource>.GetEnumerator()

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

適用対象