次の方法で共有


PrivateDnsZoneGroupsOperationsExtensions.BeginCreateOrUpdate メソッド

定義

指定したプライベート エンドポイントでプライベート DNS ゾーン グループを作成または更新します。

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

パラメーター

operations
IPrivateDnsZoneGroupsOperations

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

resourceGroupName
String

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

privateEndpointName
String

プライベート エンドポイントの名前。

privateDnsZoneGroupName
String

プライベート DNS ゾーン グループの名前。

parameters
PrivateDnsZoneGroup

プライベート DNS ゾーン グループの作成または更新操作に指定されたパラメーター。

戻り値

適用対象