共用方式為


WebAppsOperationsExtensions.UpdateSlotAsync 方法

定義

在現有的資源群組中建立新的 Web、行動或 API 應用程式,或更新現有的應用程式。

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

參數

operations
IWebAppsOperations

這個擴充方法的作業群組。

resourceGroupName
String

資源所屬資源群組的名稱。

name
String

要建立或更新之應用程式的唯一名稱。 若要建立或更新部署位置,請使用 {slot} 參數。

siteEnvelope
SitePatchResource

應用程式屬性的 JSON 標記法。 請參閱範例。

slot
String

要建立或更新的部署位置名稱。 根據預設,此 API 會嘗試建立或修改生產位置。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

描述:在現有的資源群組中建立新的 Web、行動或 API 應用程式,或更新現有的應用程式。

適用於