WebSpaceOperationsExtensions.CreatePublishingUser Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a source control user with permissions to publish to this web space.
public static Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserResponse CreatePublishingUser (this Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations operations, string username, string password, Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters parameters);
static member CreatePublishingUser : Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations * string * string * Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters -> Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserResponse
<Extension()>
Public Function CreatePublishingUser (operations As IWebSpaceOperations, username As String, password As String, parameters As WebSpacesCreatePublishingUserParameters) As WebSpacesCreatePublishingUserResponse
Parameters
- operations
- IWebSpaceOperations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
- username
- String
Required. The user name.
- password
- String
Required. The user password.
- parameters
- WebSpacesCreatePublishingUserParameters
Optional. Parameters supplied to the Create Publishing User operation.
Returns
The Create Publishing User operation response.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET