Bagikan melalui


ManagementAssociationsGetResponse type

Berisi data respons untuk operasi get.

type ManagementAssociationsGetResponse = ManagementAssociation & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ManagementAssociation
  }
}