Condividi tramite


IWebAppsOperations.ApplySlotConfigToProductionWithHttpMessagesAsync Metodo

Definizione

Applica le impostazioni di configurazione dallo slot di destinazione allo slot corrente.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> ApplySlotConfigToProductionWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.CsmSlotEntity slotSwapEntity, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ApplySlotConfigToProductionWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.AppService.Fluent.Models.CsmSlotEntity * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function ApplySlotConfigToProductionWithHttpMessagesAsync (resourceGroupName As String, name As String, slotSwapEntity As CsmSlotEntity, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Parametri

resourceGroupName
String

Nome del gruppo di risorse a cui appartiene la risorsa.

name
String

Nome dell'applicazione.

slotSwapEntity
CsmSlotEntity

Oggetto JSON contenente il nome dello slot di destinazione. Vedere l'esempio.

customHeaders
Dictionary<String,List<String>>

Intestazioni che verranno aggiunte alla richiesta.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Eccezioni

Generato quando l'operazione ha restituito un codice di stato non valido

Generato quando l'operazione ha restituito un codice di stato non valido

Generato quando un parametro obbligatorio è Null

Commenti

Descrizione per Applica le impostazioni di configurazione dallo slot di destinazione allo slot corrente.

Si applica a