ManagementAssociationsGetResponse type
Zawiera dane odpowiedzi dla operacji pobierania.
type ManagementAssociationsGetResponse = ManagementAssociation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementAssociation
}
}