RoleAssignmentScheduleInstanceCollection クラス

定義

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

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

コンストラクター

RoleAssignmentScheduleInstanceCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • 操作IdRoleAssignmentScheduleInstances_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • 操作IdRoleAssignmentScheduleInstances_Get
Get(String, CancellationToken)

指定したロール割り当てスケジュール インスタンスを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • 操作IdRoleAssignmentScheduleInstances_Get
GetAll(String, CancellationToken)

ロール割り当てスケジュールのロール割り当てスケジュール インスタンスを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances
  • 操作IdRoleAssignmentScheduleInstances_ListForScope
GetAllAsync(String, CancellationToken)

ロール割り当てスケジュールのロール割り当てスケジュール インスタンスを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances
  • 操作IdRoleAssignmentScheduleInstances_ListForScope
GetAsync(String, CancellationToken)

指定したロール割り当てスケジュール インスタンスを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • 操作IdRoleAssignmentScheduleInstances_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<RoleAssignmentScheduleInstanceResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<RoleAssignmentScheduleInstanceResource>.GetEnumerator()

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

適用対象