WebAppsOperationsExtensions.GetFtpAllowed Método

Definição

Retorna se o FTP é permitido no site ou não.

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

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.

Retornos

Comentários

Descrição de Retorna se o FTP é permitido no site ou não.

Aplica-se a