次の方法で共有


ISupportsListingByParent<T,ParentT,ManagerT>.ListByParentAsync メソッド

定義

オーバーロード

ListByParentAsync(ParentT, CancellationToken)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

ListByParentAsync(String, String, CancellationToken)

指定したリソース グループ内の指定した種類のリソースを一覧表示します。

ListByParentAsync(ParentT, CancellationToken)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<T>> ListByParentAsync (ParentT parentResource, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByParentAsync : 'ParentT * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'T>>
Public Function ListByParentAsync (parentResource As ParentT, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of T))

パラメーター

parentResource
ParentT

親リソースのインスタンス。

cancellationToken
CancellationToken

戻り値

適用対象

ListByParentAsync(String, String, CancellationToken)

指定したリソース グループ内の指定した種類のリソースを一覧表示します。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<T>> ListByParentAsync (string resourceGroupName, string parentName, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByParentAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'T>>
Public Function ListByParentAsync (resourceGroupName As String, parentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of T))

パラメーター

resourceGroupName
String

リソースを一覧表示するリソース グループの名前。

parentName
String

親リソースの名前。

cancellationToken
CancellationToken

戻り値

適用対象