ManagementAssociationsGetResponse type
Obsahuje data odpovědi pro operaci get.
type ManagementAssociationsGetResponse = ManagementAssociation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementAssociation
}
}