次の方法で共有


CustomIPPrefixesOperationsExtensions.BeginCreateOrUpdate メソッド

定義

カスタム IP プレフィックスを作成または更新します。

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

パラメーター

operations
ICustomIPPrefixesOperations

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

resourceGroupName
String

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

customIpPrefixName
String

カスタム IP プレフィックスの名前。

parameters
CustomIpPrefix

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

戻り値

適用対象