Método WebSpaceOperationsExtensions.CreatePublishingUserAsync (IWebSpaceOperations, String, String, WebSpacesCreatePublishingUserParameters)
Cria um usuário de controle de origem com permissões para publicar esse espaço da web.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)
Sintaxe
public static Task<WebSpacesCreatePublishingUserResponse> CreatePublishingUserAsync(
this IWebSpaceOperations operations,
string username,
string password,
WebSpacesCreatePublishingUserParameters parameters
)
public:
[ExtensionAttribute]
static Task<WebSpacesCreatePublishingUserResponse^>^ CreatePublishingUserAsync(
IWebSpaceOperations^ operations,
String^ username,
String^ password,
WebSpacesCreatePublishingUserParameters^ parameters
)
static member CreatePublishingUserAsync :
operations:IWebSpaceOperations *
username:string *
password:string *
parameters:WebSpacesCreatePublishingUserParameters -> Task<WebSpacesCreatePublishingUserResponse>
<ExtensionAttribute>
Public Shared Function CreatePublishingUserAsync (
operations As IWebSpaceOperations,
username As String,
password As String,
parameters As WebSpacesCreatePublishingUserParameters
) As Task(Of WebSpacesCreatePublishingUserResponse)
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperationsReferência para o Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
username
Type: System.StringObrigatório. O nome de usuário.
password
Type: System.StringObrigatório. A senha do usuário.
parameters
Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParametersOpcional. Parâmetros fornecidos para a operação Create User publicação.
Valor de retorno
Type: System.Threading.Tasks.Task<WebSpacesCreatePublishingUserResponse>
A resposta da operação Criar usuário de publicação.
Consulte também
Classe WebSpaceOperationsExtensions
Namespace Microsoft.WindowsAzure
Retornar ao topo