WebAppsOperationsExtensions.GetMigrateMySqlStatusSlot Método

Definição

Retorna o status do MySql na migração de aplicativo, se um estiver ativo e se o MySql no aplicativo está habilitado ou não

public static Microsoft.Azure.Management.WebSites.Models.MigrateMySqlStatus GetMigrateMySqlStatusSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot);
static member GetMigrateMySqlStatusSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string -> Microsoft.Azure.Management.WebSites.Models.MigrateMySqlStatus
<Extension()>
Public Function GetMigrateMySqlStatusSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String) As MigrateMySqlStatus

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 Web.

slot
String

Nome do slot de implantação.

Retornos

Comentários

Descrição de Retorna o status do MySql na migração de aplicativo, se um estiver ativo e se o MySql no aplicativo está habilitado ou não

Aplica-se a