AgentRegistrationInformationRegenerateKeyResponse type
Berisi data respons untuk operasi regenerateKey.
type AgentRegistrationInformationRegenerateKeyResponse = AgentRegistration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AgentRegistration
}
}