WebSiteSlotHybridConnectionResource.Update 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.
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridconnection/{entityName}
- Operation Id: WebApps_UpdateRelayServiceConnectionSlot
- Default Api Version: 2024-04-01
- Resource: WebSiteSlotHybridConnectionResource
public virtual Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource> Update (Azure.ResourceManager.AppService.RelayServiceConnectionEntityData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.AppService.RelayServiceConnectionEntityData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>
override this.Update : Azure.ResourceManager.AppService.RelayServiceConnectionEntityData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>
Public Overridable Function Update (data As RelayServiceConnectionEntityData, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteSlotHybridConnectionResource)
Parameters
Details of the hybrid connection configuration.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
data
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET