次の方法で共有


IpAllocationsOperationsExtensions.BeginCreateOrUpdate メソッド

定義

指定したリソース グループ内の IpAllocation を作成または更新します。

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

パラメーター

operations
IIpAllocationsOperations

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

resourceGroupName
String

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

ipAllocationName
String

IpAllocation の名前。

parameters
IpAllocation

仮想ネットワークの作成または更新操作に指定されたパラメーター。

戻り値

適用対象