Condividi tramite


IRecommendationsOperations.DisableAllForHostingEnvironmentWithHttpMessagesAsync Metodo

Definizione

Disabilitare tutte le raccomandazioni per un'app.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DisableAllForHostingEnvironmentWithHttpMessagesAsync (string resourceGroupName, string environmentName, string hostingEnvironmentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DisableAllForHostingEnvironmentWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function DisableAllForHostingEnvironmentWithHttpMessagesAsync (resourceGroupName As String, environmentName As String, hostingEnvironmentName As String, 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.

environmentName
String

Nome dell'applicazione.

hostingEnvironmentName
String
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 Disabilitare tutte le raccomandazioni per un'app.

Si applica a