PrivateLinkHubsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

privateLinkHub を作成または更新します

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.PrivateLinkHub> CreateOrUpdateAsync (this Microsoft.Azure.Management.Synapse.IPrivateLinkHubsOperations operations, Microsoft.Azure.Management.Synapse.Models.PrivateLinkHub privateLinkHubInfo, string resourceGroupName, string privateLinkHubName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Synapse.IPrivateLinkHubsOperations * Microsoft.Azure.Management.Synapse.Models.PrivateLinkHub * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.PrivateLinkHub>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IPrivateLinkHubsOperations, privateLinkHubInfo As PrivateLinkHub, resourceGroupName As String, privateLinkHubName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkHub)

パラメーター

operations
IPrivateLinkHubsOperations

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

privateLinkHubInfo
PrivateLinkHub

PrivateLinkHub の要求プロパティを作成または更新する

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

privateLinkHubName
String

privateLinkHub の名前

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象