AgentRegistrationInformationRegenerateKeyResponse type
Zawiera dane odpowiedzi dla operacji regenerateKey.
type AgentRegistrationInformationRegenerateKeyResponse = AgentRegistration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AgentRegistration
}
}