次の方法で共有


WebAppsOperationsExtensions.UpdateRelayServiceConnectionAsync メソッド

定義

新しいハイブリッド接続構成 (PUT) を作成するか、既存の接続構成 (PATCH) を更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.RelayServiceConnectionEntityInner> UpdateRelayServiceConnectionAsync(this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string entityName, Microsoft.Azure.Management.AppService.Fluent.Models.RelayServiceConnectionEntityInner connectionEnvelope, System.Threading.CancellationToken cancellationToken = default);
static member UpdateRelayServiceConnectionAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.RelayServiceConnectionEntityInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.RelayServiceConnectionEntityInner>
<Extension()>
Public Function UpdateRelayServiceConnectionAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, entityName As String, connectionEnvelope As RelayServiceConnectionEntityInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RelayServiceConnectionEntityInner)

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

アプリの名前。

entityName
String

ハイブリッド接続構成の名前。

connectionEnvelope
RelayServiceConnectionEntityInner

ハイブリッド接続構成の詳細。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

[説明] 新しいハイブリッド接続構成 (PUT) を作成するか、既存の接続構成 (PATCH) を更新します。

適用対象