次の方法で共有


ScheduledActionCollection クラス

定義

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

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

コンストラクター

ScheduledActionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ScheduledActionData, String, CancellationToken)

指定されたスコープ内で共有のスケジュールされたアクションを作成または更新します。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/scheduledActions/{name}
  • 操作IdScheduledActions_CreateOrUpdateByScope
CreateOrUpdateAsync(WaitUntil, String, ScheduledActionData, String, CancellationToken)

指定されたスコープ内で共有のスケジュールされたアクションを作成または更新します。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/scheduledActions/{name}
  • 操作IdScheduledActions_CreateOrUpdateByScope
Exists(String, CancellationToken)

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

  • 要求パス/{scope}/providers/Microsoft.CostManagement/scheduledActions/{name}
  • 操作IdScheduledActions_GetByScope
ExistsAsync(String, CancellationToken)

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

  • 要求パス/{scope}/providers/Microsoft.CostManagement/scheduledActions/{name}
  • 操作IdScheduledActions_GetByScope
Get(String, CancellationToken)

指定されたスコープから共有スケジュールされたアクションを名前で取得します。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/scheduledActions/{name}
  • 操作IdScheduledActions_GetByScope
GetAll(String, CancellationToken)

指定されたスコープ内のすべての共有スケジュールされたアクションを一覧表示します。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/scheduledActions
  • 操作IdScheduledActions_ListByScope
GetAllAsync(String, CancellationToken)

指定されたスコープ内のすべての共有スケジュールされたアクションを一覧表示します。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/scheduledActions
  • 操作IdScheduledActions_ListByScope
GetAsync(String, CancellationToken)

指定されたスコープから共有スケジュールされたアクションを名前で取得します。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/scheduledActions/{name}
  • 操作IdScheduledActions_GetByScope
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ScheduledActionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ScheduledActionResource>.GetEnumerator()

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

適用対象