WebAppsOperationsExtensions.Stop(IWebAppsOperations, String, String) Método

Definição

Interrompe um aplicativo (ou slot de implantação, se especificado).

public static void Stop (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name);
static member Stop : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string -> unit
<Extension()>
Public Sub Stop (operations As IWebAppsOperations, resourceGroupName As String, name As String)

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do aplicativo.

Comentários

Descrição de Para um aplicativo (ou slot de implantação, se especificado).

Aplica-se a