共用方式為


SynapsePrivateLinkHubCollection.CreateOrUpdate Method

Definition

Creates or updates a privateLinkHub

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}
  • Operation Id: PrivateLinkHubs_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapsePrivateLinkHubResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string privateLinkHubName, Azure.ResourceManager.Synapse.SynapsePrivateLinkHubData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Synapse.SynapsePrivateLinkHubData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapsePrivateLinkHubResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Synapse.SynapsePrivateLinkHubData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapsePrivateLinkHubResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, privateLinkHubName As String, data As SynapsePrivateLinkHubData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SynapsePrivateLinkHubResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

privateLinkHubName
String

Name of the privateLinkHub.

data
SynapsePrivateLinkHubData

PrivateLinkHub create or update request properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

privateLinkHubName is an empty string, and was expected to be non-empty.

privateLinkHubName or data is null.

Applies to