次の方法で共有


PrivateDnsZoneGroupsOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.PrivateDnsZoneGroup> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations operations, string resourceGroupName, string privateEndpointName, string privateDnsZoneGroupName, Microsoft.Azure.Management.Network.Models.PrivateDnsZoneGroup parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations * string * string * string * Microsoft.Azure.Management.Network.Models.PrivateDnsZoneGroup * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.PrivateDnsZoneGroup>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IPrivateDnsZoneGroupsOperations, resourceGroupName As String, privateEndpointName As String, privateDnsZoneGroupName As String, parameters As PrivateDnsZoneGroup, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateDnsZoneGroup)

パラメーター

operations
IPrivateDnsZoneGroupsOperations

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

resourceGroupName
String

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

privateEndpointName
String

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

privateDnsZoneGroupName
String

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

parameters
PrivateDnsZoneGroup

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象