WebSpaceOperationsExtensions.CreatePublishingUser 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)
public static WebSpacesCreatePublishingUserResponse CreatePublishingUser( this IWebSpaceOperations operations, string username, string password, WebSpacesCreatePublishingUserParameters parameters )
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: Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserResponseThe Create Publishing User operation response.
Show: