WebAppsOperationsExtensions.IsCloneableSlot Método

Definição

Mostra se um aplicativo pode ser clonado para outro grupo de recursos ou assinatura.

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

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.

slot
String

Nome do slot de implantação. Por padrão, essa API retorna informações sobre o slot de produção.

Retornos

Comentários

Descrição de Mostra se um aplicativo pode ser clonado para outro grupo de recursos ou assinatura.

Aplica-se a