次の方法で共有


NetworkExtensions.GetIPAllocation メソッド

定義

指定した IpAllocation をリソース グループ別に取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
  • 操作IdIpAllocations_Get
public static Azure.Response<Azure.ResourceManager.Network.IPAllocationResource> GetIPAllocation (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string ipAllocationName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetIPAllocation : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.IPAllocationResource>
<Extension()>
Public Function GetIPAllocation (resourceGroupResource As ResourceGroupResource, ipAllocationName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IPAllocationResource)

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行するインスタンス。

ipAllocationName
String

IpAllocation の名前。

expand
String

参照先のリソースを展開します。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

ipAllocationName は空の文字列であり、空でないと想定されていました。

ipAllocationName が null です。

適用対象