共用方式為


WebAppsOperationsExtensions.CreateOrUpdateRelayServiceConnectionAsync 方法

定義

(PUT) 建立新的混合式連線組態,或更新現有的混合式連線組態 (PATCH) 。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.RelayServiceConnectionEntityInner> CreateOrUpdateRelayServiceConnectionAsync (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 CreateOrUpdateRelayServiceConnectionAsync : 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 CreateOrUpdateRelayServiceConnectionAsync (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) 。

適用於