Share via


WebSpaceOperationsExtensions.ListPublishingUsers Method (IWebSpaceOperations)

 

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

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

Syntax

public static WebSpacesListPublishingUsersResponse ListPublishingUsers(
    this IWebSpaceOperations operations
)
public:
[ExtensionAttribute]
static WebSpacesListPublishingUsersResponse^ ListPublishingUsers(
    IWebSpaceOperations^ operations
)
static member ListPublishingUsers : 
        operations:IWebSpaceOperations -> WebSpacesListPublishingUsersResponse
<ExtensionAttribute>
Public Shared Function ListPublishingUsers (
    operations As IWebSpaceOperations
) As WebSpacesListPublishingUsersResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListPublishingUsersResponse

The List Publishing Users operation response.

See Also

WebSpaceOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top