次の方法で共有


PublicIPAddressesOperationsExtensions.BeginCreateOrUpdate メソッド

定義

静的または動的パブリック IP アドレスを作成または更新します。

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

パラメーター

operations
IPublicIPAddressesOperations

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

resourceGroupName
String

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

publicIpAddressName
String

パブリック IP アドレスの名前。

parameters
PublicIPAddress

パブリック IP アドレスの作成または更新操作に指定されたパラメーター。

戻り値

適用対象