WebSpaceOperationsExtensions.CreatePublishingUserAsync Method (IWebSpaceOperations, String, String, WebSpacesCreatePublishingUserParameters)
Creates a source control user with permissions to publish to this web space.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
<ExtensionAttribute> Public Shared Function CreatePublishingUserAsync ( operations As IWebSpaceOperations, username As String, password As String, parameters As WebSpacesCreatePublishingUserParameters ) As Task(Of WebSpacesCreatePublishingUserResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
- username
-
Type:
System.String
Required. The user name.
- password
-
Type:
System.String
Required. The user password.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters
Optional. Parameters supplied to the Create Publishing User operation.
Return Value
Type: System.Threading.Tasks.Task(Of WebSpacesCreatePublishingUserResponse)The Create Publishing User operation response.
Show: