次の方法で共有


DenyAssignmentCollection クラス

定義

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

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

コンストラクター

DenyAssignmentCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • Request Path/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • 操作IdDenyAssignments_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • 操作IdDenyAssignments_Get
Get(String, CancellationToken)

指定した拒否割り当てを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • 操作IdDenyAssignments_Get
GetAll(String, CancellationToken)

リソースの拒否割り当てを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/denyAssignments
  • 操作IdDenyAssignments_ListForResource
  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/denyAssignments
  • 操作IdDenyAssignments_ListForResourceGroup
  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Authorization/denyAssignments
  • 操作IdDenyAssignments_List
  • 要求パス/{scope}/providers/Microsoft.Authorization/denyAssignments
  • 操作IdDenyAssignments_ListForScope
GetAllAsync(String, CancellationToken)

リソースの拒否割り当てを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/denyAssignments
  • 操作IdDenyAssignments_ListForResource
  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/denyAssignments
  • 操作IdDenyAssignments_ListForResourceGroup
  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Authorization/denyAssignments
  • 操作IdDenyAssignments_List
  • 要求パス/{scope}/providers/Microsoft.Authorization/denyAssignments
  • 操作IdDenyAssignments_ListForScope
GetAsync(String, CancellationToken)

指定した拒否割り当てを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • 操作IdDenyAssignments_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DenyAssignmentResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DenyAssignmentResource>.GetEnumerator()

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

適用対象