次の方法で共有


PrivateLinkServicesOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

指定したリソース グループ内のプライベート リンク サービスを作成または更新します。

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

パラメーター

operations
IPrivateLinkServicesOperations

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

resourceGroupName
String

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

serviceName
String

プライベート リンク サービスの名前。

parameters
PrivateLinkService

プライベート リンク サービスの作成または更新操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象