Condividi tramite


ManagementAssociationsCreateOrUpdateResponse type

Contiene i dati di risposta per l'operazione createOrUpdate.

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