ManagementAssociationsCreateOrUpdateResponse type
Contiene datos de respuesta para la operación createOrUpdate.
type ManagementAssociationsCreateOrUpdateResponse = ManagementAssociation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementAssociation
}
}