IWebSpaceOperations.CreatePublishingUserAsync 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserResponse> CreatePublishingUserAsync (string username, string password, Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreatePublishingUserAsync : string * string * Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserResponse>
Public Function CreatePublishingUserAsync (username As String, password As String, parameters As WebSpacesCreatePublishingUserParameters, cancellationToken As CancellationToken) As Task(Of WebSpacesCreatePublishingUserResponse)
Parameters
- username
- String
The user name.
- password
- String
The user password.
- parameters
- WebSpacesCreatePublishingUserParameters
Parameters supplied to the Create Publishing User operation.
- cancellationToken
- CancellationToken
Cancellation token.
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