次の方法で共有


NetworkProfilesOperationsExtensions.List メソッド

定義

リソース グループ内のすべてのネットワーク プロファイルを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkProfile> List(this Microsoft.Azure.Management.Network.INetworkProfilesOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.Network.INetworkProfilesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkProfile>
<Extension()>
Public Function List (operations As INetworkProfilesOperations, resourceGroupName As String) As IPage(Of NetworkProfile)

パラメーター

operations
INetworkProfilesOperations

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

resourceGroupName
String

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

戻り値

適用対象