UserConfirmationPassword interface
Interfaccia che rappresenta un elemento UserConfirmationPassword.
Metodi
| send(string, string, string, User |
Invia conferma |
Dettagli metodo
send(string, string, string, UserConfirmationPasswordSendOptionalParams)
Invia conferma
function send(resourceGroupName: string, serviceName: string, userId: string, options?: UserConfirmationPasswordSendOptionalParams): Promise<void>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- serviceName
-
string
Nome del servizio Gestione API.
- userId
-
string
Identificatore utente. Deve essere univoco nell'istanza corrente del servizio Gestione API.
Parametri delle opzioni.
Restituisce
Promise<void>