ManagementAssociationsGetResponse type
Содержит данные ответа для операции получения.
type ManagementAssociationsGetResponse = ManagementAssociation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementAssociation
}
}