次の方法で共有


PublicIPPrefixesOperationsExtensions.CreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.Network.Models.PublicIPPrefix CreateOrUpdate (this Microsoft.Azure.Management.Network.IPublicIPPrefixesOperations operations, string resourceGroupName, string publicIpPrefixName, Microsoft.Azure.Management.Network.Models.PublicIPPrefix parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IPublicIPPrefixesOperations * string * string * Microsoft.Azure.Management.Network.Models.PublicIPPrefix -> Microsoft.Azure.Management.Network.Models.PublicIPPrefix
<Extension()>
Public Function CreateOrUpdate (operations As IPublicIPPrefixesOperations, resourceGroupName As String, publicIpPrefixName As String, parameters As PublicIPPrefix) As PublicIPPrefix

パラメーター

operations
IPublicIPPrefixesOperations

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

resourceGroupName
String

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

publicIpPrefixName
String

パブリック IP プレフィックスの名前。

parameters
PublicIPPrefix

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

戻り値

適用対象