Compartir a través de


PrivateLinkHubsOperationsExtensions.CreateOrUpdateAsync Método

Definición

Crea o actualiza un 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)

Parámetros

operations
IPrivateLinkHubsOperations

Grupo de operaciones para este método de extensión.

privateLinkHubInfo
PrivateLinkHub

Propiedades de solicitud de creación o actualización de PrivateLinkHub

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

privateLinkHubName
String

Nombre de privateLinkHub

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a