次の方法で共有


PublicIPPrefixesOperationsExtensions.List メソッド

定義

リソース グループ内のすべてのパブリック IP プレフィックスを取得します。

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

パラメーター

operations
IPublicIPPrefixesOperations

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

resourceGroupName
String

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

戻り値

適用対象