HybridConnectivityEndpointResource.UpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update the endpoint to the target resource.
- Request Path: /{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
- Operation Id: Endpoints_Update
- Default Api Version: 2023-03-15
- Resource: HybridConnectivityEndpointResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource>> UpdateAsync (Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointData data, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource>>
override this.UpdateAsync : Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource>>
Public Overridable Function UpdateAsync (data As HybridConnectivityEndpointData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HybridConnectivityEndpointResource))
Parameters
Endpoint details.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
data
is null.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET