次の方法で共有


HybridConnectivityEndpointCollection.CreateOrUpdateAsync Method

Definition

Create or update the endpoint to the target resource.

  • Request Path: /{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • Operation Id: Endpoints_CreateOrUpdate
  • Default Api Version: 2023-03-15
  • Resource: HybridConnectivityEndpointResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string endpointName, Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, endpointName As String, data As HybridConnectivityEndpointData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of HybridConnectivityEndpointResource))

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.

endpointName
String

The endpoint name.

data
HybridConnectivityEndpointData

Endpoint details.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

endpointName or data is null.

Applies to