Compartir a través de


PrivateLinkHubsOperationsExtensions.CreateOrUpdate Método

Definición

Crea o actualiza un privateLinkHub.

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

Parámetros

operations
IPrivateLinkHubsOperations

El grupo de operaciones de 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

Devoluciones

Se aplica a