次の方法で共有


PublicIPAddressesOperationsExtensions.List メソッド

定義

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

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

パラメーター

operations
IPublicIPAddressesOperations

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

resourceGroupName
String

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

戻り値

適用対象