WebSpaceOperationsExtensions.ListPublishingUsersAsync 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 Task<WebSpacesListPublishingUsersResponse> ListPublishingUsersAsync(
this IWebSpaceOperations operations
)
public:
[ExtensionAttribute]
static Task<WebSpacesListPublishingUsersResponse^>^ ListPublishingUsersAsync(
IWebSpaceOperations^ operations
)
static member ListPublishingUsersAsync :
operations:IWebSpaceOperations -> Task<WebSpacesListPublishingUsersResponse>
<ExtensionAttribute>
Public Shared Function ListPublishingUsersAsync (
operations As IWebSpaceOperations
) As Task(Of WebSpacesListPublishingUsersResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperationsReference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
Return Value
Type: System.Threading.Tasks.Task<WebSpacesListPublishingUsersResponse>
The List Publishing Users operation response.
See Also
WebSpaceOperationsExtensions Class
Microsoft.WindowsAzure Namespace
Return to top