次の方法で共有


ContainerAppsOperationsExtensions.ListByResourceGroup メソッド

定義

特定のリソース グループ内の Container Apps を取得します。

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

パラメーター

operations
IContainerAppsOperations

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

resourceGroupName
String

リソースが属しているリソース グループの名前。

戻り値

適用対象