Share via


EndpointResourceCollection.CreateOrUpdate Method

Definition

Create or update the endpoint to the target resource.

  • Request Path: /{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • Operation Id: Endpoints_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridConnectivity.EndpointResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string endpointName, Azure.ResourceManager.HybridConnectivity.EndpointResourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.HybridConnectivity.EndpointResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridConnectivity.EndpointResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.HybridConnectivity.EndpointResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridConnectivity.EndpointResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, endpointName As String, data As EndpointResourceData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of EndpointResource)

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
EndpointResourceData

Endpoint details.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

endpointName or data is null.

Applies to