次の方法で共有


ObjectAnchorsAccountsOperationsExtensions.ListByResourceGroup メソッド

定義

リソース グループ別にリソースを一覧表示する

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccount> ListByResourceGroup(this Microsoft.Azure.Management.MixedReality.IObjectAnchorsAccountsOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.MixedReality.IObjectAnchorsAccountsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccount>
<Extension()>
Public Function ListByResourceGroup (operations As IObjectAnchorsAccountsOperations, resourceGroupName As String) As IPage(Of ObjectAnchorsAccount)

パラメーター

operations
IObjectAnchorsAccountsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

戻り値

適用対象