ManagementAssociationsGetResponse type
Alma işlemi için yanıt verilerini içerir.
type ManagementAssociationsGetResponse = ManagementAssociation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementAssociation
}
}