Compartilhar via


Método WebSpaceOperationsExtensions.ListPublishingUsersAsync

Get the source control users allowed to publish to this web space.

Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)

Uso

'Uso
Dim operations As IWebSpaceOperations
Dim returnValue As Task(Of WebSpacesListPublishingUsersResponse)

returnValue = WebSpaceOperationsExtensions.ListPublishingUsersAsync(operations)

Sintaxe

'Declaração
<ExtensionAttribute> _
Public Shared Function ListPublishingUsersAsync ( _
    operations As IWebSpaceOperations _
) As Task(Of WebSpacesListPublishingUsersResponse)
[ExtensionAttribute] 
public static Task<WebSpacesListPublishingUsersResponse> ListPublishingUsersAsync (
    IWebSpaceOperations operations
)
[ExtensionAttribute] 
public:
static Task<WebSpacesListPublishingUsersResponse^>^ ListPublishingUsersAsync (
    IWebSpaceOperations^ operations
)
/** @attribute ExtensionAttribute() */ 
public static Task<WebSpacesListPublishingUsersResponse> ListPublishingUsersAsync (
    IWebSpaceOperations operations
)
ExtensionAttribute 
public static function ListPublishingUsersAsync (
    operations : IWebSpaceOperations
) : Task<WebSpacesListPublishingUsersResponse>

Parâmetros

  • operations
    Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.

Valor de retorno

The List Publishing Users operation response.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe WebSpaceOperationsExtensions
Membros WebSpaceOperationsExtensions
Namespace Microsoft.WindowsAzure