次の方法で共有


IpAllocationsOperationsExtensions.ListByResourceGroup メソッド

定義

リソース グループ内のすべての IpAllocations を取得します。

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

パラメーター

operations
IIpAllocationsOperations

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

resourceGroupName
String

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

戻り値

適用対象