PrivateLinkHubsOperationsExtensions.Update メソッド

定義

privateLinkHub を更新する

public static Microsoft.Azure.Management.Synapse.Models.PrivateLinkHub Update (this Microsoft.Azure.Management.Synapse.IPrivateLinkHubsOperations operations, Microsoft.Azure.Management.Synapse.Models.PrivateLinkHubPatchInfo privateLinkHubPatchInfo, string resourceGroupName, string privateLinkHubName);
static member Update : Microsoft.Azure.Management.Synapse.IPrivateLinkHubsOperations * Microsoft.Azure.Management.Synapse.Models.PrivateLinkHubPatchInfo * string * string -> Microsoft.Azure.Management.Synapse.Models.PrivateLinkHub
<Extension()>
Public Function Update (operations As IPrivateLinkHubsOperations, privateLinkHubPatchInfo As PrivateLinkHubPatchInfo, resourceGroupName As String, privateLinkHubName As String) As PrivateLinkHub

パラメーター

operations
IPrivateLinkHubsOperations

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

privateLinkHubPatchInfo
PrivateLinkHubPatchInfo

PrivateLinkHub パッチ要求のプロパティ

resourceGroupName
String

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

privateLinkHubName
String

privateLinkHub の名前

戻り値

適用対象