次の方法で共有


AuthorizationExtensions.GetEligibleChildResources メソッド

定義

ユーザーが対象となるアクセス権を持つリソースの子リソースを取得する

  • 要求パス/{scope}/providers/Microsoft.Authorization/eligibleChildResources
  • 操作IdEligibleChildResources_Get
public static Azure.Pageable<Azure.ResourceManager.Authorization.Models.EligibleChildResource> GetEligibleChildResources (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetEligibleChildResources : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Authorization.Models.EligibleChildResource>
<Extension()>
Public Function GetEligibleChildResources (client As ArmClient, scope As ResourceIdentifier, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of EligibleChildResource)

パラメーター

client
ArmClient

ArmClientメソッドが実行されるインスタンス。

scope
ResourceIdentifier

リソースが適用されるスコープ。

filter
String

操作に適用するフィルター。 型 = 'Subscription' のリソースのみをフィルター処理するには、$filter=resourceType+eq+'Subscription' を使用します。 型 = 'Subscription' または 'ResourceGroup' のリソースをフィルター処理するには、$filter=resourceType+eq+'subscription'または+resourceType+eq+'resourcegroup' を使用します。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象